mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-31 08:54:19 +00:00
doc: If ADL SDK is used, then version 5 or 6 is required.
This commit is contained in:
parent
45b1219aa1
commit
e3d2579df1
@ -1,3 +1,4 @@
|
|||||||
Please insert AMD ADL files adl_defines.h adl_sdk.h adl_structures.h here.
|
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/
|
||||||
|
@ -32,15 +32,15 @@ Mandatory:
|
|||||||
pkg-config http://www.freedesktop.org/wiki/Software/pkg-config
|
pkg-config http://www.freedesktop.org/wiki/Software/pkg-config
|
||||||
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/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
curses dev library
|
curses dev library
|
||||||
(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/tools-and-sdks/graphics-development/display-library-adl-sdk/
|
||||||
(Required for ATI GPU monitoring & clocking)
|
(Version 5 or 6, required for ATI GPU monitoring & clocking)
|
||||||
|
|
||||||
If building from git:
|
If building from git:
|
||||||
|
|
||||||
@ -54,7 +54,8 @@ CGMiner specific configuration options:
|
|||||||
|
|
||||||
### *nix build instructions
|
### *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
|
autoreconf -i
|
||||||
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user