Last active
December 15, 2015 02:39
-
-
Save kbinani/5188546 to your computer and use it in GitHub Desktop.
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 PREFIX="C:\Boost" | |
set MAX_JOB=4 | |
call bootstrap.bat | |
b2.exe install link=static,shared --prefix=%PREFIX% -j %MAX_JOB% | |
b2.exe install link=static runtime-link=static --prefix=%PREFIX% -j %MAX_JOB% | |
call bootstrap.bat gcc | |
b2.exe install link=static,shared --prefix=%PREFIX% -j %MAX_JOB% toolset=gcc | |
b2.exe install link=static runtime-link=static --prefix=%PREFIX% -j %MAX_JOB% toolset=gcc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment