Browse Source

doc: If ADL SDK is used, then version 5 or 6 is required.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
e3d2579df1
  1. 5
      ADL_SDK/readme.txt
  2. 9
      README.md

5
ADL_SDK/readme.txt

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
Please insert AMD ADL files adl_defines.h adl_sdk.h adl_structures.h here.
They can be found here:
http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/
They can be found at
http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/

9
README.md

@ -32,15 +32,15 @@ Mandatory: @@ -32,15 +32,15 @@ Mandatory:
pkg-config http://www.freedesktop.org/wiki/Software/pkg-config
libtool hhttp://www.gnu.org/software/libtool/
AMD APP SDK http://developer.amd.com/sdks/AMDAPPSDK
AMD APP SDK http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
Optional:
curses dev library
(libncurses5-dev or libpdcurses on WIN32 for text user interface)
AMD ADL SDK http://developer.amd.com/sdks/ADLSDK
(Required for ATI GPU monitoring & clocking)
AMD ADL SDK http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/
(Version 5 or 6, required for ATI GPU monitoring & clocking)
If building from git:
@ -54,7 +54,8 @@ CGMiner specific configuration options: @@ -54,7 +54,8 @@ CGMiner specific configuration options:
### *nix build instructions
# Optionally place the contents of ADL_SDK_4.0.zip in cgminer/ADL_SDK.
If needed, place include headers from ADL_SDK_*<VERSION>*.zip in cgminer/ADL_SDK.
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure <options>

Loading…
Cancel
Save