Browse Source

Merge pull request #412 from netswift/master

Renamed Lyra2 OpenCL kernel files to make them accessible in Linux also.
windows
troky 10 years ago
parent
commit
c536243949
  1. 4
      README.md
  2. 0
      kernel/lyra2.cl
  3. 0
      kernel/lyra2re.cl

4
README.md

@ -83,7 +83,7 @@ Then: @@ -83,7 +83,7 @@ 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
@ -91,6 +91,8 @@ To compile a version that can be used accross machines, remove @@ -91,6 +91,8 @@ To compile a version that can be used accross machines, remove
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`.

0
kernel/Lyra2.cl → kernel/lyra2.cl

0
kernel/Lyra2RE.cl → kernel/lyra2re.cl

Loading…
Cancel
Save