boost编译

Boost编译

1. 下载: boost官方主页http://www.boost.org/

2. 解压,boost根目录boost_1_50_0

3. 运行cmd,然后执行.\boosttrap.bat,bjam.exe会自动拷贝到boost根目录

4. 编译:

bjam stage --toolset=msvc-10.0 --without-python --stagedir="D:\Code\ThirdSDK\boost\boost_1_50_0\stage\bin\vc10_d" link=static runtime-link=shared threading=multi debug

bjam stage --toolset=msvc-10.0 --without-python --stagedir="D:\Code\ThirdSDK\boost\boost_1_50_0\stage\bin\vc10_r" link=static runtime-link=shared threading=multi release

5. Include、lib

include目录:D:\Code\ThirdSDK\boost\boost_1_50_0

library目录:D:\Code\ThirdSDK\boost\boost_1_50_0\stage\bin\vc10_x

posted on 2012-11-23 11:57  CrunchYou  阅读(304)  评论(0编辑  收藏  举报

导航