Skip to content

Instantly share code, notes, and snippets.

@rettichschnidi
Created January 14, 2017 22:59
Show Gist options
  • Save rettichschnidi/1a9a1669a0cebbdcdc1ccf617c33688c to your computer and use it in GitHub Desktop.
Save rettichschnidi/1a9a1669a0cebbdcdc1ccf617c33688c to your computer and use it in GitHub Desktop.
Building Boost with MinGW (Qt, 4.9.2)
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