I need to compile program which uses headers from boost library. So I found two instructions:
sudo apt-get install libboost-all-dev
and
sudo apt-get install boost-devel
What difference between libboost-all-dev and boost-devel? Maybe I must to install it with another one?
I don’t know the boost related specifics.
To get more information about debian/ubuntu package, try:
apt-cache show liboost-all-dev