我要评分
获取效率
正确性
完整性
易理解

Installing Boost

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Use an SFTP tool to upload the boost_1_66_0.tar.gz installation package to the /path/to/DELLY directory on the server.
  3. Run the following command to decompress the installation package and go to the directory generated after the decompression:
    cd /path/to/DELLY && tar -zxf boost_1_66_0.tar.gz && cd boost_1_66_0
  4. Run the following command to perform configuration:
    ./bootstrap.sh --prefix=/path/to/DELLY/boost
  5. Run the following command to perform compilation and installation:
    ./b2 -j16 && ./b2 install