user997112
user997112

Reputation: 30605

Compiling all of the boost libraries on Unix?

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?

Upvotes: 0

Views: 164

Answers (1)

thiton
thiton

Reputation: 36049

sudo apt-get install libboost-all-dev

Upvotes: 1

Related Questions