boost1.35.0 Windows编译手记 WindowsPython多线程Microsoftthread
程序员文章站
2022-07-03 20:22:29
...
使用的环境是VC2005. boost放在E:\boost_1_35_0目录下:
1. 编译bjam
开始->程序->Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio 2005命令提示
执行:E:\boost_1_35_0\tools\jam\build_dist.bat
生成的bjam.exe在E:\boost_1_35_0\tools\jam\stage\boost-jam-3.1.16-1-ntx86目录下.
2. 使用bjam编译boost
将bjam.exe拷贝到E:\boost_1_35_0\目录下, 执行:
在准备好的console窗口中输入:
bjam --without-python --toolset=msvc-8.0 --build-type=complete stage
就可以了,如果要安装的话则输入:
bjam --without-python --toolset=msvc-8.0 --build-type=complete install
上一篇: Logback