win下编译boost
环境
- VS2010
- boost-1.57.0
编译Boost
官网下载源码
解压文件
进入根目录
运行配置工具生成文件
Windows:bootstap.bat
Linux:bootstrap.sh
编译,安装
VS2005
bjam --toolset=msvc-8.0 --prefix=D:\Boost_XXX --build-type=complete install
VS2008
bjam --toolset=msvc-9.0 --prefix=D:\Boost_XXX --build-type=complete install
VS2010
bjam --toolset=msvc-10.0 --prefix=D:\Boost_XXX --build-type=complete install
VS2012
bjam --toolset=msvc-11.0 --prefix=D:\Boost_XXX --build-type=complete install
Note:
清除
bjam.exe --clean
使用
配置IDE