Skip to content

Instantly share code, notes, and snippets.

@kbinani
Last active December 15, 2015 02:39
Show Gist options
  • Save kbinani/5188546 to your computer and use it in GitHub Desktop.
Save kbinani/5188546 to your computer and use it in GitHub Desktop.
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