1、网上下载boost_1_67_0.zip,解压

2、双击boost_1_67_0/bootstrap.bat文件,生成bjam.exe,b2.exe。

3、打开命令行运行 bjam stage --toolset=msvc-12.0 link=static runtime-link=static threading=multi debug release,会在目录中生成stage文件夹

4、右键属性--C/C++--常规--附加包含目录,添加D:\boost_1_67_0;

  右键属性--链接器--常规——附加库目录,添加D:\boost_1_67_0\stage\lib;

  右键属性--C/C++--代码生成——运行库,改为多线程调试 (/MTd)

posted on 2018-12-20 21:59  acgame  阅读(240)  评论(0编辑  收藏  举报