diff --git a/README.md b/README.md index 234b475e..3ac51db1 100644 --- a/README.md +++ b/README.md @@ -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_**.zip` in `sgminer/ADL_SDK`. Then: - + git submodule init + git submodule update autoreconf -i CFLAGS="-O2 -Wall -march=native" ./configure make diff --git a/winbuild/README.txt b/winbuild/README.txt index 4e5d2351..eea3c6ba 100644 --- a/winbuild/README.txt +++ b/winbuild/README.txt @@ -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.