boost库编译备忘
1、CD boost库根目录,运行bootstrap.bat
2、bjam install --toolset=msvc-11.0 --prefix="D:\SDK\boost\bin\vc9" link=shared runtime-link=shared runtime-link=shared threading=multi debug release
或bjam --toolset=msvc-9.0 --build-type=complete
1、CD boost库根目录,运行bootstrap.bat
2、bjam install --toolset=msvc-11.0 --prefix="D:\SDK\boost\bin\vc9" link=shared runtime-link=shared runtime-link=shared threading=multi debug release
或bjam --toolset=msvc-9.0 --build-type=complete