赞
踩
安装步骤网上有很多,一般都是安装最新的版本:
git clone https://github.com/stevenlovegrove/Pangolin.git
但是下载后试过很多方法都无法安装成功。最终发现是新版本的问题,于是下载旧版本,问题迎刃而解!
sudo apt-get install cmake libglew-dev libpng-dev libboost-dev libboost-thread-dev libboost-filesystem-dev
- git clone https://github.com/zzx2GH/Pangolin.git
- cd Pangolin
- mkdir build
- cd build
- cmake ..
- make
- sudo make install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。