Skip to content

Instantly share code, notes, and snippets.

@harryzhurov
Created October 12, 2017 12:02
Show Gist options
  • Save harryzhurov/d93b3a3bbf33382b093d2bfe9fe99487 to your computer and use it in GitHub Desktop.
Save harryzhurov/d93b3a3bbf33382b093d2bfe9fe99487 to your computer and use it in GitHub Desktop.
boost (with python3) build and install
./bootstrap.sh --prefix=/opt/cad/boost/1_65_1 --with-python=/usr/bin/python3
./b2
./b2 install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment