Installing Boost
Procedure
- Use PuTTY to log in to the server as the root user.
- Use an SFTP tool to upload the boost_1_66_0.tar.gz installation package to the /path/to/DELLY directory on the server.
- 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
- Run the following command to perform configuration:
./bootstrap.sh --prefix=/path/to/DELLY/boost
- Run the following command to perform compilation and installation:
./b2 -j16 && ./b2 install
Parent topic: Configuring the Compilation Environment