Skip to content

Instantly share code, notes, and snippets.

@tanveery
Last active August 29, 2015 13:56
Show Gist options
  • Save tanveery/9045385 to your computer and use it in GitHub Desktop.
Save tanveery/9045385 to your computer and use it in GitHub Desktop.
Build Bitcoin Dependencies
cd /c/deps/
tar xvfz db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
../dist/configure --disable-replication --enable-mingw --enable-cxx
make
cd C:\deps\boost_1_55_0\
bootstrap.bat mingw
b2 --build-type=complete --with-chrono --with-filesystem --with-program_options --with-system --with-thread toolset=gcc stage
cd /c/deps/
tar xvfz openssl-1.0.1f.tar.gz
cd openssl-1.0.1f
Configure mingw
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment