Merge pull request #22 from cmrosenberg/osx-automake

Added automake as build dependency on OS X
This commit is contained in:
Thiago de Arruda
2014-02-22 16:32:56 -02:00

View File

@@ -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