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

配置ubuntu步骤

时间:2019-11-04 15:52:15      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:hpa   html   ubuntu   gtk   uem   sda   eigen   三方   ESS   

1.安装中文输入法

https://www.cnblogs.com/excellentlhw/p/10925749.html

2.安装IDE(clion)

https://www.cnblogs.com/excellentlhw/p/10925817.html

3.安装第三方库:

eigen:

在终端输入:sudo apt-get install libeigen3-dev

 

sophus:

git clone https://github.com/strasdat/Sophus.git
cd Sophus
git checkout a621ff

 

OpenCV:

(1).安装依赖库

sudo apt-get install build-essential libgtk2.0-dev libvtk5-dev libjpeg-dev libtiff5-dev libjasper-dev
libopenexr-dev libtbb-dev

(2).下载源码

https://opencv.org/releases/

(3).编译源码

cmake ..

make -j4

sudo make install 

PCL:

sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get install libpcl-all

G2O:

(1)依赖库:

sudo apt-get install libqt4-dev qt4-qmake libqglviewer-dev libsuitesparse-dev libcxsparse3.1.2
libcholmod-dev

(2)git clone https://github.com/RainerKuemmerle/g2o

(3)mkdir build

 cd build

    cmake ..

    make

    sudo make install

 

 

 

配置ubuntu步骤

标签:hpa   html   ubuntu   gtk   uem   sda   eigen   三方   ESS   

原文地址:https://www.cnblogs.com/excellentlhw/p/11791823.html

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