Browse Source

Update README with minimal instructions on how to build with ADL SDK.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
dcd417a2be
  1. 4
      README.md

4
README.md

@ -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…
Cancel
Save