Skip to content

Commit

Permalink
Merge pull request #115 from adrelino/master
Browse files Browse the repository at this point in the history
Added Mac OS X installation instructions to Readme
  • Loading branch information
Rainer Kümmerle authored Jun 28, 2016
2 parents c986d95 + ce044b0 commit ff647bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ g2o requires cmake and Eigen3 to build. The other requirements are optional.
- Qt4: `libqt4-dev`, `qt4-qmake`, `libqglviewer-dev` (Or `libqglviewer-qt4-dev` in modern distributions)
- Qt5: `libqt5-dev`, `qt5-qmake`, `libqglviewer-dev`

#### Mac OS X
If using [Homebrew](http://brew.sh/), then

`brew install homebrew/science/g2o`

will install g2o together with its required dependencies. In this case no manual compilation is necessary.

### Compilation
Our primary development platform is Linux. Experimental support for
Mac OS X, Android and Windows (MinGW or MSVC).
Expand Down

0 comments on commit ff647bd

Please sign in to comment.