Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Boost

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the Boost installation package.
    tar -xvf boost_1_72_0.tar.gz
  3. Go to the directory generated after the decompression.
    cd boost_1_72_0
  4. Perform the configuration.
    ./bootstrap.sh --with-toolset=clang
  5. Perform the installation.
    ./b2 install --prefix=/path/to/BOOST