码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下编译boost

时间:2017-04-06 13:22:04      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:uri   bsp   line   ros   domain   checkout   class   https   ranch   

目前测试在linux下编译boost的两个可行方法:1、下载发布的release版本包;2、github的编译指引。

这里主要简单说明一下第二种方法。

一、下载发布的源码版本包编译

可参考http://www.cnblogs.com/oloroso/p/4632848.html

二、github的编译指引   https://github.com/boostorg/boost/wiki/Getting-Started

1、安装配置git工具

安装:

git config --global user.name "My Name"

git config --global user.email my-email@whatever.domain

2、git下载boost源码

git clone --recursive https://github.com/boostorg/boost.git 这一步一定要加上--recursive递归下载boost依赖的所有库代码,要不然后续编译不成功

3、检测依赖创建编译工具b2

cd boost

git checkout develop # or whatever branch you want to use

./bootstrap.sh   检测依赖创建编译工具b2

4、编译 

./b2

编译的时候可能会长一点,可编译成功。

ubuntu下编译boost

标签:uri   bsp   line   ros   domain   checkout   class   https   ranch   

原文地址:http://www.cnblogs.com/wisherzhang/p/6672931.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!