Skip to content

Instantly share code, notes, and snippets.

@myneworder
Created February 9, 2019 23:00
Show Gist options
  • Save myneworder/bec972e7f4e48e8e514e6315f4741939 to your computer and use it in GitHub Desktop.
Save myneworder/bec972e7f4e48e8e514e6315f4741939 to your computer and use it in GitHub Desktop.
BOOST_ROOT=$HOME/opt/boost_1_57_0
sudo apt-get update
sudo apt-get install autotools-dev build-essential \
g++ libbz2-dev libicu-dev python-dev
wget -c 'http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.bz2/download'\
-O boost_1_57_0.tar.bz2
sha256sum boost_1_57_0.tar.bz2
# "910c8c022a33ccec7f088bd65d4f14b466588dda94ba2124e78b8c57db264967"
tar xjf boost_1_57_0.tar.bz2
cd boost_1_57_0/
./bootstrap.sh "--prefix=$BOOST_ROOT"
./b2 install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment