Skip to content

Instantly share code, notes, and snippets.

@r-lyeh-archived
Last active August 29, 2015 14:14
Show Gist options
  • Save r-lyeh-archived/f403dcb87f7b97883b62 to your computer and use it in GitHub Desktop.
Save r-lyeh-archived/f403dcb87f7b97883b62 to your computer and use it in GitHub Desktop.
on compiling boost
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