From 2d32735bd9a120e0c429406d5281fd49df9c9379 Mon Sep 17 00:00:00 2001 From: Carl Martin Rosenberg Date: Fri, 21 Feb 2014 23:55:21 +0100 Subject: [PATCH] Added automake as a dependency when building on OS X. Otherwise build complaints of missing aclocal. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f28c49bef..a6420c4c67 100644 --- a/README.md +++ b/README.md @@ -183,16 +183,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