Created
March 2, 2012 09:28
-
-
Save 573/1957162 to your computer and use it in GitHub Desktop.
building boost libraries (boost::python, -test, -filesystem, -exception etc.)
This file contains hidden or 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
:: Opened a cmd.exe prompt from Visual Studio Express (advantage environment is set accordingly) | |
pushd K:\build-site-dependencies\boost_1_49_0\tools\build\v2 | |
bootstrap.bat | |
.\b2.exe --prefix=K:\build-site-dependencies\boost_1_49_0 install | |
pushd K:\build-site-dependencies\boost_1_49_0 | |
set PATH=K:\build-site-dependencies\boost_1_49_0\bin;%PATH% | |
b2 --show-libraries | |
b2 --build-dir="K:\build-site-dependencies\boost_1_49_0\built" --build-type=complete toolset=msvc python=2.6 --with-python --with-test --with-filesystem --with-exception stage | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my
%userprofile%/user-config.jam
file for theb2
build tool looks like: