Browse Source

Documentation update.

djm34
troky 10 years ago
parent
commit
0950af71cf
  1. 3
      README.md
  2. 9
      winbuild/README.txt

3
README.md

@ -79,7 +79,8 @@ AMD APP SDK and AMD ADL SDK must be downloaded from the amd websites. @@ -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

9
winbuild/README.txt

@ -83,3 +83,12 @@ x64 version: @@ -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.

Loading…
Cancel
Save