Skip to content

Commit

Permalink
Merge pull request neovim#22 from cmrosenberg/osx-automake
Browse files Browse the repository at this point in the history
Added automake as build dependency on OS X
  • Loading branch information
tarruda committed Feb 22, 2014
2 parents 1eb9ba7 + f8c4088 commit 7abe1ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,17 @@ For OsX:

Via MacPorts:

sudo port install md5sha1sum cmake libtool
sudo port install md5sha1sum cmake libtool automake

Via Homebrew:

brew install md5sha1sum cmake libtool
brew install md5sha1sum cmake libtool automake

For Arch Linux:

sudo pacman -S base-devel cmake ncurses


TODO: release the Dockerfile which has this in it


Expand Down

0 comments on commit 7abe1ab

Please sign in to comment.