Installing Boost
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the Boost installation package.
tar -xvf boost_1_72_0.tar.gz
- Go to the directory generated after the decompression.
cd boost_1_72_0
- Perform the configuration.
./bootstrap.sh --with-toolset=clang
- Perform the installation.
./b2 install --prefix=/path/to/BOOST
Parent topic: Configuring the Compilation Environment