mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Documentation update.
This commit is contained in:
parent
66ec621c9b
commit
0950af71cf
@ -79,7 +79,8 @@ AMD APP SDK and AMD ADL SDK must be downloaded from the amd websites.
|
|||||||
If needed, place include headers (`*.h` files) from `ADL_SDK_*<VERSION>*.zip` in `sgminer/ADL_SDK`.
|
If needed, place include headers (`*.h` files) from `ADL_SDK_*<VERSION>*.zip` in `sgminer/ADL_SDK`.
|
||||||
|
|
||||||
Then:
|
Then:
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
||||||
make
|
make
|
||||||
|
@ -83,3 +83,12 @@ x64 version:
|
|||||||
nmake -f Makefile.vc mode=static VC=10 WITH_DEVEL=C:\OpenSSL-Win64 WITH_SSL=static ENABLE_SSPI=no ENABLE_IPV6=no ENABLE_IDN=no GEN_PDB=no DEBUG=no MACHINE=x64
|
nmake -f Makefile.vc mode=static VC=10 WITH_DEVEL=C:\OpenSSL-Win64 WITH_SSL=static ENABLE_SSPI=no ENABLE_IPV6=no ENABLE_IDN=no GEN_PDB=no DEBUG=no MACHINE=x64
|
||||||
- copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\lib\libcurl_a.lib to winbuild\dist\lib\x64
|
- copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\lib\libcurl_a.lib to winbuild\dist\lib\x64
|
||||||
- copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\include\* winbuild\dist\include\
|
- copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\include\* winbuild\dist\include\
|
||||||
|
|
||||||
|
5. Jansson
|
||||||
|
----------
|
||||||
|
If using git run commands below from sgminer/ folder:
|
||||||
|
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
|
||||||
|
or clone/extract Jansson source from https://github.com/akheron/jansson to submodules/jansson folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user