5

How to download boost in Ubuntu?

Ravan
  • 9,567

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
  • 207,228