本文首发于个人博客https://kezunlin.me/post/1e5d14ee/,欢迎阅读!
compile opengv on ubuntu 16.04
Series
Guide
install
sudo apt-get install cmake libeigen3-dev
git clone https://github.com/laurentkneip/opengv
cd opengv
mkdir build && cd build && cmake-gui ..
make -j8
sudo make install
Reference
History
- 20180126: created.
Copyright
- Post author: kezunlin
- Post link: https://kezunlin.me/post/1e5d14ee/
- Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 3.0 unless stating additionally.