Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the Boost installation package.
cd /path/to/BOOST tar -xvf boost_1_72_0.tar.gz
- Go to the directory generated after decompression.
cd boost_1_72_0/
- Perform the compilation.
./bootstrap.sh ./b2 ./b2 install --prefix=/path/to/BOOST/BOOST
Parent topic: Boost 1.72 Porting Guide (openEuler 20.03)