Last active
September 13, 2019 15:50
-
-
Save Stoner19/7f0483cfec52a95c323bedb200777a6a to your computer and use it in GitHub Desktop.
Boost 1.58 install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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