Skip to content

Commit

Permalink
Merge pull request #412 from netswift/master
Browse files Browse the repository at this point in the history
Renamed Lyra2 OpenCL kernel files to make them accessible in Linux also.
  • Loading branch information
troky committed Mar 28, 2015
2 parents 137519d + e729bd0 commit c536243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,16 @@ Then:
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure <options>
CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure <options>
make

To compile a version that can be used accross machines, remove
`-march=native`.

To compile a debug version, replace `-O2` with `-ggdb`.

Depending on your environment, replace `-std=gnu99` with `-std=c99`.

Systemwide installation is optional. You may run `sgminer` from the build
directory directly, or `make install` if you wish to install
`sgminer` to a system location or a location you specified with `--prefix`.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c536243

Please sign in to comment.