官网:http://www.boost.org/
下载boost_1_70_0.zip,解压
使用VS编译器 CD 到对应目录,执行bootstrap.bat,如下图
执行 bjam stage --toolset=msvc-14.1 --without-graph --without-graph_parallel --stagedir="D:\MySpace\IDE\boost_1_70_0\vc141-x86" link=static runtime-link=shared runtime-link=static threading=multi debug release
等会儿就OK了