Last active
March 23, 2016 09:16
-
-
Save erikzenker/cb53208d858defdb8b63 to your computer and use it in GitHub Desktop.
Build Boost
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
./bootstrap --prefix=$HOME | |
./b2 link=shared runtime-link=shared threading=multi,single variant=release debug-symbols=on toolset=gcc -a -q -j3 --layout=versioned architecture=power host-os=linux stage | |
./b2 link=shared runtime-link=shared threading=multi,single variant=release debug-symbols=on toolset=gcc -q -j3 --layout=versioned architecture=power host-os=linux install | |
# --without-iostreams | |
# for xlc: toolset=vacpp | |
# patch: http://www-01.ibm.com/support/docview.wss?uid=swg27006911 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment