Windows boost 下编译 python 库 boost_python-vc120-mt-1_58.lib

参考下面博客,自己修改了命令。

https://blog.csdn.net/lianbus/article/details/46230357

http://blog.csdn.net/joshua_1988/article/details/45036993

http://blog.csdn.net/you_lan_hai/article/details/7917664


1) 运行Visual Studio Tools中的VS2013 x64 Cross Tools Command Prompt终端工具

2) 从终端进入boost库所在目录,如D:\LIBS\boost_1_58_0

3) 运行bootstrap.bat生产64位的bjam.exe


bjam toolset=msvc-12.0 --with-python threading=multi link=static address-model=64

bjam toolset=msvc-12.0 --with-python threading=multi link=shared address-model=64

你可能感兴趣的:(python问题记录,boost,api)