Skip to content

Instantly share code, notes, and snippets.

@alexdong
Created July 28, 2010 13:20
Show Gist options
  • Save alexdong/494479 to your computer and use it in GitHub Desktop.
Save alexdong/494479 to your computer and use it in GitHub Desktop.
#!/bin/sh
# the basic boost library
sudo apt-get install libboost-dev
# install the boost.python library
sudo apt-get install libboost-python-dev
# install the extra libraries we need
sudo apt-get install libboost-date-time-dev
# install the boost build tool: bjam
sudo apt-get install boost-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment