Last active
August 29, 2015 14:14
-
-
Save r-lyeh-archived/f403dcb87f7b97883b62 to your computer and use it in GitHub Desktop.
on compiling boost
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
rem 'cos I always forget how to do it | |
boostrap.bat | |
.\bjam2 runtime-link=static --with-serialization --toolset=msvc-11 && :: vs2012 | |
.\bjam2 runtime-link=static --with-serialization --toolset=msvc-12.0 && :: vs2013, also: architecture=x86 address-model=64 | |
rem also, extracting a lib: | |
bjam tools\bcp | |
dist\bin\bcp.exe algorithm/string.hpp [outdir] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment