Skip to content

Commit

Permalink
BLAS and LAPACK dependencies removed
Browse files Browse the repository at this point in the history
Not needed as we do not use CHOLMOD in g2o
  • Loading branch information
raulmur authored Dec 14, 2016
1 parent a392866 commit 87d6f63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ We use OpenCV to manipulate images and features. If you use a ROS version older

##2.4 g2o (included in Thirdparty)
We use a modified version of g2o (see original at https://github.com/RainerKuemmerle/g2o) to perform optimizations.
In order to compile g2o you will need to have installed BLAS, LAPACK and Eigen3 (at least 3.1.0).

sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
In order to compile g2o you will need to have installed Eigen3 (at least 3.1.0).

sudo apt-get install libeigen3-dev

##2.5 DBoW2 (included in Thirdparty)
Expand Down

0 comments on commit 87d6f63

Please sign in to comment.