0
votes

I used one of the ubuntu package manager commands to install all of the boost libraries. I think the command was

sudo install something libboost

I am aware that some of the boost libraries need to be compiled separately (or something similar). How do I go about doing this so that I can use them along with the regular libraries?

1

1 Answers

1
votes
sudo apt-get install libboost-all-dev