laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.02k stars 353 forks source link

Fix Ubuntu installation instructions: eigen package does not exist #15

Closed VictorLamoine closed 8 years ago

VictorLamoine commented 9 years ago
$ sudo apt-get install eigen
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package eigen
$ sudo apt-get install libeigen3-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libeigen3-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.