Corrected configuration line for Dogecoin to one which is likely to work in a MinGW environment.

This commit is contained in:
J Ross Nicoll 2014-03-27 22:26:34 +00:00
parent fe5c08d927
commit 4712e07808

View file

@ -75,7 +75,7 @@ MSYS shell:
Include and library files files should then be placed into MinGW search paths, for example:
Include: C:\MinGW\lib\gcc\mingw32\4.8.1\include\c++\db4.8
Include: C:\MinGW\lib\gcc\mingw32\4.8.1\include\c++
Library: C:\MinGW\lib
Boost
@ -87,6 +87,8 @@ MSYS shell:
cp bin.ntx86/bjam.exe ../../../../
cd ../../../../
bjam --toolset=gcc
In case of problems, http://stackoverflow.com/questions/13256788/building-boost-1-52-with-mingw may be useful
MiniUPnPc
---------
@ -105,6 +107,6 @@ MSYS shell:
dogecoin
./autogen.sh
configure
BOOST_ROOT=../boost_1_55_0 ./configure --disable-tests
mingw32-make
strip dogecoind.exe