How to download boost
in Ubuntu?
Asked
Active
Viewed 4.8k times
5
-
Also see: http://packages.ubuntu.com/search?suite=trusty§ion=all&arch=any&keywords=boost+c%2B%2B&searchon=all – muru Sep 06 '15 at 13:40
-
@muru I edited my question,you may feel no change,but will you provide simple steps to follow? – Ravan Sep 06 '15 at 13:44
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
- 197,895
- 55
- 485
- 740
-
-
-
Said it installed it but can't find the libraries anywhere. Where exactly does it think it installed it? – CashCow Aug 03 '16 at 09:41
-
2