Difference between revisions of "Boost 1.39 Ubuntu Install"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
cd .. | cd .. | ||
− | from | + | from package manager: |
sudo apt-get install libboost-all-dev | sudo apt-get install libboost-all-dev |
Latest revision as of 16:13, 4 November 2011
wget http://downloads.sourceforge.net/project/boost/boost/1.39.0/boost_1_39_0.tar.gz tar -zxvf boost_1_39_0.tar.gz cd boost_1_39_0 ./bootstrap.sh ./bjam sudo ./bjam install cd ..
from package manager:
sudo apt-get install libboost-all-dev