Boost is a set of libraries for the C++ programming language that provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing.
It contains more than 100 individual libraries.
- Download the tarball to your machine and uncompress it
cdto the boost folder./bootstrap.sh --prefix=path/to/installation/prefix./b2 install- Both static (
*.a) and dynamic (*.so) libraries will be built and stored inlibfolder
Reference: Boost 1.70.0 https://www.boost.org/doc/libs/1_70_0/more/getting_started/unix-variants.html