摘要: Boost大部分组件无需编译可直接包含头文件使用,但还有一些库需要编译成静态库或动态库才能使用。可使用下文将提到的bjam工具:bjam --show-libraries 查看必须编译才能使用的库。编译安装环境:Win7,VS2008(msvc-9.0)1. 下载boost安装包,我前下载的是1.51版的;(英文版安装帮助:http://www.boost.org/doc/libs/1_51_0/more/getting_started/windows.html#or-build-from-the-command-prompt)2. 解压至D:\boost;3. 启动Visual Studio 阅读全文
posted @ 2012-10-29 20:58 云山漫卷 阅读(1373) 评论(0) 推荐(0) 编辑