boost

执行:
bootstrap.bat
.\b2 link=static runtime-link=static
新版boost能自动检测toolset,也没有了boost=source选项


mingw(boost1.55.0):
{
bjam不存在时
进入BOOST_ROOT/tools/build/v2/engine目录执行:
./build.sh mingw
生成tools/build/v2/engine/bin.ntx86/bjam.exe
}
复制bjam.exe,b2.exe到BOOST_ROOT目录

然后回到BOOST_ROOT(bjam --help查询命令):
bjam toolset=gcc link=static runtime-link=static threading=multi

你可能感兴趣的:(boost)