5

How to download boost in Ubuntu?

Ravan
  • 9,379
  • 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 Answers1

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