How to install boost?

Solution

Ubuntu

you can install boost as

prompt> sudo apt-get install libboost-dev

The header files are installed below /usr/include/boost.

"g++" may also be required to install, if you have not installed it.


Last modified: Thu Aug 17 13:52:48 JST 2017