Added automake as a dependency when building on OS X. Otherwise build complaints of missing aclocal.

This commit is contained in:
Carl Martin Rosenberg 2014-02-21 23:55:21 +01:00
parent 3d171b6be2
commit 2d32735bd9

View File

@ -183,16 +183,17 @@ For OsX:
Via MacPorts: Via MacPorts:
sudo port install md5sha1sum cmake libtool sudo port install md5sha1sum cmake libtool automake
Via Homebrew: Via Homebrew:
brew install md5sha1sum cmake libtool brew install md5sha1sum cmake libtool automake
For Arch Linux: For Arch Linux:
sudo pacman -S base-devel cmake ncurses sudo pacman -S base-devel cmake ncurses
TODO: release the Dockerfile which has this in it TODO: release the Dockerfile which has this in it