建立Boost库 [英] build boost library

查看:143
本文介绍了建立Boost库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有升压librray 1.44.0如何建立呢?我正在使用Visual Studio 2010
谢谢

i have boost librray 1.44.0 how can i build it?i am using visual studio 2010 thanks

推荐答案

您可以使用该工具 bjam.exe (只是寻找它在www和下载) 。
当下载和提取,只需键入的bjam工具集= MSVC-10.0 --build型=完整的阶段从您的提振目录Windows控制台。然后引用包括和Visual Studio中lib目录:

You can use the tool bjam.exe (just search for it in the www and download it). When downloaded and extracted, just type bjam toolset=msvc-10.0 --build-type=complete stage from the windows console in your boost directory. Then reference the include and lib directories within Visual Studio:


  • 包括: boost_1_44_0 (加上可能 boost_1_44_0 \\提振

  • 库: boost_1_44_0 \\阶段\\ lib中

  • Include: boost_1_44_0 (plus possibly boost_1_44_0\boost)
  • Lib: boost_1_44_0\stage\lib

这篇关于建立Boost库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆