Skip to content

Instantly share code, notes, and snippets.

@erikzenker
Last active March 23, 2016 09:16
Show Gist options
  • Save erikzenker/cb53208d858defdb8b63 to your computer and use it in GitHub Desktop.
Save erikzenker/cb53208d858defdb8b63 to your computer and use it in GitHub Desktop.
Build Boost
./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