Skip to content

Commit

Permalink
Merge pull request #211 from robotology/traversaro-patch-4
Browse files Browse the repository at this point in the history
Update README to install ipopt from homebrew core
  • Loading branch information
traversaro authored Jun 12, 2019
2 parents 162835b + bbe08dc commit 6aa49d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ user@host:~$ sudo ldconfig
## macOS

### System Dependencies
To install Eigen and CMake, it is possible to use [Homebrew](http://brew.sh/):
To install the system dependencies, it is possible to use [Homebrew](http://brew.sh/):
```
brew install ace eigen cmake boost tinyxml swig qt5 gsl pkg-config jpeg sqlite readline tinyxml dartsim/dart/ipopt
brew install ace eigen cmake boost tinyxml swig qt5 gsl pkg-config jpeg sqlite readline tinyxml ipopt
```

Since Qt5 is not symlinked in `/usr/local` by default in the homebrew formula, `Qt5_DIR` needs to be properly set to make sure that CMake-based projects are able to find Qt5.
Expand Down

0 comments on commit 6aa49d4

Please sign in to comment.