1.打开visual studio 2012 命令提示
2.进入 boost目录
3.运行booststrp.bat得到b2.exe、bjam.exe、project-config.jam文件
4.运行命令
bjam stage --with-thread --toolset=msvc-11.0 --build-type=complete link=static runtime-link=static threading=multi debug release
本条命令编译出thread库的lib静态库
时间: 2024-10-14 06:00:42