VS2013的boost.python编译

本文介绍如何通过bootstrap.bat生成b2.exe和bjam.exe,并利用这些工具编译Boost库的x64位release和debug版本。文中详细说明了编译命令及其参数的含义,包括设置安装目录、选择编译器版本、决定编译版本类型等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.运行bootstrap.bat,会生成b2.exe和bjam.exe。
2.运行如下命令

b2 -a --with-python address-model=64 toolset=msvc runtime-link=static

编译release版本(x64)

bjam --with-python --prefix=c:\boost stage toolset=msvc-14.0 variant=release link=shared address-model=64 threading=multi runtime-link=shared install

编译debug版本(x64)

bjam --with-python --prefix=c:\boost stage toolset=msvc-14.0 variant=debug link=shared address-model=64 threading=multi runtime-link=shared install

注:
–prefix设置boost安装目录;
stage表示只生成库文件(dll与lib文件);
toolset指定编译器
variant决定编译什么版本;
link决定使用静态库还是动态库,shared是动态库,static是静态库;
address-model决定地址长度,即32还是64位程序;
threading决定使用单线程(single)还是多线程(multi)库;
runtime-link决定是静态(static)还是动态(shared)链接C/C++标准库;
install会生成包含头文件的include目录。

转自:
http://blog.youkuaiyun.com/lpp0900320123/article/details/52014741
http://blog.youkuaiyun.com/xingchenbingbuyu/article/details/70256648

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值