1、首先在官网上下一个boost的版本( http://www.boost.org);
2、解压到D:mine (D:mineoost_1_66_0)
3、编译安装boost
boost_1_66_0目录下会有一个bootstrap.bat批处理,可以直接点击它,会在 boost_1_66_0 oolsuildv2 文件夹下生成两个exe:b2.exe和bjam.exe,并且自动拷贝这两个文件到boost_1_66_0目录下。从cmd命令进入到boost_1_66_0路径下,如果你不知道如何编译,可以输入–help查看命令行帮助。
输入如下命令:
b2 toolset=msvc-10.0 --layout=versioned architecture=x86 address-model=64 link=static variant=debug,release threading=multi runtime-link=static --without-python --without-mpi --without-wave --without-graph --without-math --without-serialization stage
4、生成lib路径子在D:mineoost_1_66_0stage
cmd的命令启动位置为