Skip to content

Instantly share code, notes, and snippets.

@Niakr1s
Last active March 16, 2019 08:27
Show Gist options
  • Save Niakr1s/a89de515ef1566bb6f31ae87bc144612 to your computer and use it in GitHub Desktop.
Save Niakr1s/a89de515ef1566bb6f31ae87bc144612 to your computer and use it in GitHub Desktop.
my boost build config
@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