Installing Boost
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the Boost installation package:
tar -xvf boost_1_72_0.tar.gz
- Run the following command to perform configuration:
./bootstrap.sh
- Run the following command to perform compilation and installation:
./b2 install --prefix=/path/to/BOOST
Parent topic: Configuring the Compilation Environment