编译Boost Python
时间:2011-04-09 来源:flydream
编译前提是安装Python2.2以上:
(1)将$(BOOST)\tools\jam\src\bin.ntx86下的bjam.exe拷贝至$(BOOST)目录下。
(2)编译:bjam –-toolset=msvc –-with-python –-build-type=complete stage。
(3)编译结果是生成dll和lib文件。
相关阅读 更多 +
时间:2011-04-09 来源:flydream
编译前提是安装Python2.2以上:
(1)将$(BOOST)\tools\jam\src\bin.ntx86下的bjam.exe拷贝至$(BOOST)目录下。
(2)编译:bjam –-toolset=msvc –-with-python –-build-type=complete stage。
(3)编译结果是生成dll和lib文件。