Boost1.39.0-VS2008快速编译

通常的Boost编译耗时太多,主要是生成了好多不需要的版本。下面给出按需编译的方式。

进入类似的 E:\boost_1_39_0\tools\jam\src 目录
运行build.bat会自动生成bin.ntx86/bjam.exe文件
拷贝到E:\boost_1_39_0目录。

E:\boost_1_39_0>bjam --toolset=msvc stage variant=debug threading=multi link=static

你可以根据需要选下面的选项:
toolset=toolset Indicates the toolset to build with.
variant=debug|release Select the build variant
link=static|shared Whether to build static or shared libraries
threading=single|multi Whether to build single or multithreaded binaries
runtime-link=static|shared Whether to link to static or shared C and C++ runtime.

生成的文件分别在bin.v2(中间文件,编译完成可以删除整个目录)和stage/lib (702MB)中,
将E:\boost_1_39_0\stage\lib加入VC库路径中可以编译,将E:\boost_1_39_0\加入VC include路径即可。

这样就可以在项目里面直接使用boost的库,而之前的boost 1.36等版本都需要手工在项目里添加库。通过有选择的编译,可以节省大量的编译时间。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值