boost_1.61_0库编译

1、编译boost
参考https://blog.csdn.net/davidhopper/article/details/78243987?locationNum=3&fps=1
安装boost, 下载boost源码或者源码的exe,https://sourceforge.net/projects/boost/files/boost-binaries/1.61.0/
我下载的是boost_1_61_0-msvc-10.0-32.exe,双击默认安装在C:\local\boost_1_61_0,安装大约需要20+分钟
Visual Studio 2010的命令运行bootstrap.bat vc10vc10 代表使用vs2010进行编译

之后使用b2.exe进行编译,参考https://www.cnblogs.com/zxpo/p/5725298.html

使用下面的编译选项生成动态库:

boost_1_61_0>b2 --build-dir=boost-build --build-type=complete --stage
dir=boost-output variant=debug,release link=shared threading=multi address-model
=32 toolset=msvc-12.0 runtime-link=shared --with-thread

使用下面的编译选项生成静态库:
boost_1_61_0>b2 --build-dir=boost-build --build-type=complete --stage
dir=boost-output variant=debug,release link=static threading=multi address-model
=32 toolset=msvc-12.0 runtime-link=shared --with-thread

之后在vs2010中新建项目,右键属性,添加包含目录和lib库目录

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值