1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 14:58:01 +00:00

Documentation update.

This commit is contained in:
troky 2014-07-03 09:21:20 +02:00
parent 66ec621c9b
commit 0950af71cf
2 changed files with 11 additions and 1 deletions

View File

@ -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`.
Then:
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure <options>
make

View File

@ -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
- 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\
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.