Commit 391f063efc2d19595eee30817794d32d3908638f
Committed by
Stéphane Raimbault
1 parent
cd5eea1b
List homebrew dependencies for OS X
Showing
1 changed file
with
3 additions
and
0 deletions
README.md
| ... | ... | @@ -35,6 +35,9 @@ If you want to compile with Microsoft Visual Studio, you need to install |
| 35 | 35 | To compile under Windows, install [MinGW](http://www.mingw.org/) and MSYS then |
| 36 | 36 | select the common packages (gcc, automake, libtool, etc). |
| 37 | 37 | |
| 38 | +To compile under OS X with [homebrew](http://mxcl.github.com/homebrew/), you will need | |
| 39 | +to install the following dependencies first: `brew install autoconf automake libtool`. | |
| 40 | + | |
| 38 | 41 | Testing |
| 39 | 42 | ------- |
| 40 | 43 | ... | ... |