ubuntu安装boost1.44

./build_dist.sh

 ./bjam --without-python --toolset=gcc install


或者

./bootstrap.sh

./bjam --layout=versioned --build-type=complete --prefix=/home/test/boost --toolset=gcc install


指定编译32bit/64bit需加选项:

address-model=32 或者 address-model=64


你可能感兴趣的:(ubuntu,gcc)