ubuntu 16.04上源码编译opengv | compile opengv on ubuntu

本文首发于个人博客https://kezunlin.me/post/1e5d14ee/,欢迎阅读!

compile opengv on ubuntu 16.04

Series

  • compile opengv on windows 10
  • compile opengv on ubuntu 16.04

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

  • opengv install

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.

你可能感兴趣的:(c++)