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

敦品厚德 格物致知
原文地址:https://www.cnblogs.com/crunchyou/p/2784148.html