Skip to content

Commit

Permalink
OSX installation tips
Browse files Browse the repository at this point in the history
  • Loading branch information
smonami committed Oct 26, 2014
1 parent 57f74c0 commit a373d18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ make
make install
```

Note that ``./autogen.sh`` requires automake. On OSX, this implies installing
Note that ``./autogen.sh`` requires automake.On OSX, this implies installing
'glibtools'.

For OSX if make fails with errors then try:
For OSX: if make fails with errors then try:
```
brew install libtool
brew install boost
```
```
This will isntall 'glibtools' and 'boost'.

Options that were passed to `./configure` in 7.6 and earlier may now be passed
to `./autogen.sh`.
Expand Down

0 comments on commit a373d18

Please sign in to comment.