Last active
March 16, 2019 08:27
-
-
Save Niakr1s/a89de515ef1566bb6f31ae87bc144612 to your computer and use it in GitHub Desktop.
my boost build config
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
@echo off | |
echo Make sure you had run "bootstrap.bat gcc" before | |
echo ________________________________________________ | |
b2 address-model=32 architecture=x86 --with-test threading=multi -j 8 install | |
echo ______________________________________________ | |
echo You got your built Boost in "c:/Boost"! Enjoy! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment