Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Boost

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the Boost installation package:
    tar -xvf  boost_1_72_0.tar.gz
  3. Run the following command to perform configuration:
    ./bootstrap.sh
  4. Run the following command to perform compilation and installation:
    ./b2 install --prefix=/path/to/BOOST