下载Boost1.44
解压后运行bootstrap,编译bjam
在命令行boost目录中里输入
bjam –with-system --with-regex --with-date_time --with-thread --with-seri
alization --toolset=msvc-9.0
这里使用的vc2008,其他版本请自行调整
之前试过网上其他教程,有这么写的
bjam --without-python --toolset=msvc-9.0 --with-thread --with-date_time --with-regex -
-with-serialization
结果报错error: both --with-<library> and --without-<library> specified
所以将without去掉,只写with就可以正常编译
使用时,包含boost_1_44_0\目录,lib在boost_1_44_0\stage\lib即可