分类: C/C++
2011-09-29 15:55:41
1,wget
2,tar xvpfz boost_1_47_0.tar.gz
3,sh bootstrap.sh
4,./b2 --help
5,
真正的编译
./b2
--prefix=/data5/xxx/boost_1_47_0_install/ --build-type=complete
--layout=versioned variant=debug link=static threading=multi
runtime-link=static
查看这次编译的库
./b2
--prefix=/data5/xxx/boost_1_47_0_install/ --build-type=complete
--layout=versioned variant=debug link=static threading=multi runtime-link=static
--show-libraries