mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 14:04:25 +00:00
Update README with more build instructions.
This commit is contained in:
parent
17ec5f2692
commit
58cb42c2ef
13
README
13
README
@ -33,22 +33,32 @@ READ EXECUTIVE SUMMARY BELOW FOR FIRST TIME USERS!
|
|||||||
Dependencies:
|
Dependencies:
|
||||||
curl dev library http://curl.haxx.se/libcurl/
|
curl dev library http://curl.haxx.se/libcurl/
|
||||||
(libcurl4-openssl-dev)
|
(libcurl4-openssl-dev)
|
||||||
|
|
||||||
curses dev library
|
curses dev library
|
||||||
(libncurses5-dev or libpdcurses on WIN32)
|
(libncurses5-dev or libpdcurses on WIN32)
|
||||||
|
|
||||||
pkg-config http://www.freedesktop.org/wiki/Software/pkg-config
|
pkg-config http://www.freedesktop.org/wiki/Software/pkg-config
|
||||||
|
libtool http://www.gnu.org/software/libtool/
|
||||||
|
|
||||||
jansson http://www.digip.org/jansson/
|
jansson http://www.digip.org/jansson/
|
||||||
(jansson is included in-tree and not necessary)
|
(jansson is included in-tree and not necessary)
|
||||||
|
|
||||||
yasm 1.0.1+ http://yasm.tortall.net/
|
yasm 1.0.1+ http://yasm.tortall.net/
|
||||||
(yasm is optional, gives assembly routines for CPU mining)
|
(yasm is optional, gives assembly routines for CPU mining)
|
||||||
|
|
||||||
AMD APP SDK http://developer.amd.com/sdks/AMDAPPSDK
|
AMD APP SDK http://developer.amd.com/sdks/AMDAPPSDK
|
||||||
(This sdk is mandatory for GPU mining)
|
(This sdk is mandatory for GPU mining)
|
||||||
|
|
||||||
AMD ADL SDK http://developer.amd.com/sdks/ADLSDK
|
AMD ADL SDK http://developer.amd.com/sdks/ADLSDK
|
||||||
(This sdk is mandatory for ATI GPU monitoring & clocking)
|
(This sdk is mandatory for ATI GPU monitoring & clocking)
|
||||||
|
|
||||||
libudev headers
|
libudev headers
|
||||||
(This is only required for FPGA auto-detection and is linux only)
|
(This is only required for FPGA auto-detection and is linux only)
|
||||||
|
|
||||||
libusb headers
|
libusb headers
|
||||||
(This is only required for ZTEX support)
|
(This is only required for ZTEX support)
|
||||||
|
|
||||||
|
|
||||||
CGMiner specific configuration options:
|
CGMiner specific configuration options:
|
||||||
--enable-cpumining Build with cpu mining support(default disabled)
|
--enable-cpumining Build with cpu mining support(default disabled)
|
||||||
--disable-opencl Override detection and disable building with opencl
|
--disable-opencl Override detection and disable building with opencl
|
||||||
@ -57,6 +67,9 @@ CGMiner specific configuration options:
|
|||||||
--enable-icarus Compile support for Icarus Board(default disabled)
|
--enable-icarus Compile support for Icarus Board(default disabled)
|
||||||
--enable-modminer Compile support for ModMiner FPGAs(default disabled)
|
--enable-modminer Compile support for ModMiner FPGAs(default disabled)
|
||||||
--enable-ztex Compile support for Ztex Board(default disabled)
|
--enable-ztex Compile support for Ztex Board(default disabled)
|
||||||
|
--enable-scrypt Compile support for scrypt litecoin mining (default disabled)
|
||||||
|
--without-curses Compile support for curses TUI (default enabled)
|
||||||
|
--without-libudev Autodetect FPGAs using libudev (default enabled)
|
||||||
|
|
||||||
Basic *nix build instructions:
|
Basic *nix build instructions:
|
||||||
To build with GPU mining support:
|
To build with GPU mining support:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user