Thursday, January 3, 2019

How to install Boost on Ubuntu



I'm on Ubuntu, and I want to install Boost. I tried with



sudo apt-get install boost


But there was no such package. What is the best way to install Boost on Ubuntu?


Answer




You can use apt-get command (requires sudo)



sudo apt-get install libboost-all-dev


Or you can call



aptitude search boost



find packages you need and install them using the apt-get command.


No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...