First download boost1.39.0.zip, then decompress the file and use ssh to upload the decompressed boost library to Ubuntu, copy to/opt and run the command cp-a-r/home/server/boost/opt in Linux. then compile jamcdboost/tools/jam/Under boost to execute. /build_dist.sh // compile the jam file in bin. under linuxx86 1.39.
First download boost 1.39.0.zip
Decompress the file
Use ssh to upload to Ubuntu
Copy the decompressed boost library to/opt.
Use the Linux Command cp-a-r/home/server/boost/opt
Then compile jam under boost.
Cd boost/tools/jam/
Run./build_dist.sh
// Compile the jam file in bin. linuxx86.
1.39.0
Step 1:
./Bootstrap. sh
Step 2:
./Bjam-install -- build-dir = C: \ Cpp \ target toolset = gcc -- build-type = complete stage
Bjam-sTOOLS = gcc -- with-asio install
Then use the command to compile the boost Library
./Bjam "-sBUILD debug release" -- without-python
Compiled in Ubuntu
Cmake.
Make