mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-14 16:58:05 +00:00
Update README with minimal instructions on how to build with ADL SDK.
This commit is contained in:
parent
e1413db04d
commit
dcd417a2be
@ -33,7 +33,6 @@ Mandatory:
|
|||||||
libtool hhttp://www.gnu.org/software/libtool/
|
libtool hhttp://www.gnu.org/software/libtool/
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
@ -41,7 +40,7 @@ Optional:
|
|||||||
(libncurses5-dev or libpdcurses on WIN32 for text user interface)
|
(libncurses5-dev or libpdcurses on WIN32 for text user interface)
|
||||||
|
|
||||||
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)
|
(Required for ATI GPU monitoring & clocking)
|
||||||
|
|
||||||
If building from git:
|
If building from git:
|
||||||
|
|
||||||
@ -55,6 +54,7 @@ CGMiner specific configuration options:
|
|||||||
|
|
||||||
### *nix build instructions
|
### *nix build instructions
|
||||||
|
|
||||||
|
# Optionally place the contents of ADL_SDK_4.0.zip in cgminer/ADL_SDK.
|
||||||
./autoreconf -i
|
./autoreconf -i
|
||||||
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user