Difference between revisions of "Boost 1.39 Ubuntu Install"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
cd .. | cd .. | ||
− | from update manager | + | from update manager: |
sudo apt-get install libboost-all-dev | sudo apt-get install libboost-all-dev |
Revision as of 16:12, 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 update manager:
sudo apt-get install libboost-all-dev