Skip to content

Instantly share code, notes, and snippets.

@Stoner19
Last active September 13, 2019 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stoner19/7f0483cfec52a95c323bedb200777a6a to your computer and use it in GitHub Desktop.
Save Stoner19/7f0483cfec52a95c323bedb200777a6a to your computer and use it in GitHub Desktop.
Boost 1.58 install
su -
(input root password)
wget https://sourceforge.net/projects/boost/files/boost/1.70.0/boost_1_70_0.tar.gz
tar -xzvf boost_1_70_0.tar.gz
cd boost_1_70_0
./bootstrap.sh
./b2
./b2 install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment