Created
January 14, 2017 22:59
-
-
Save rettichschnidi/1a9a1669a0cebbdcdc1ccf617c33688c to your computer and use it in GitHub Desktop.
Building Boost with MinGW (Qt, 4.9.2)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set PATH=C:\Qt\Tools\mingw492_32\bin;%PATH% | |
bootstrap.bat gcc | |
b2 toolset=gcc cxxflags="--std=c++11" --build-dir=build-i386-windows-mingw492 --build-type=complete link=shared threading=multi runtime-link=shared variant=debug,release --without-python --without-mpi -q -prefix=../i386-windows-mingw492 install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment