How to download boost in Ubuntu?
Asked
Active
Viewed 4.8k times
1 Answers
9
A quick search of the packages index shows that libboost-dev depends on the default version of the Boost libraries. So:
sudo apt-get install libboost-dev
muru
- 207,228