aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Martin Rosenberg <github@cmrosenberg.com>2014-02-21 23:55:21 +0100
committerCarl Martin Rosenberg <github@cmrosenberg.com>2014-02-22 17:34:02 +0100
commit2d32735bd9a120e0c429406d5281fd49df9c9379 (patch)
tree5068ca03091a0ecb21e87c2b168339d462d8d440
parent3d171b6be215718353d7bf5c2b908841340e7904 (diff)
downloadrneovim-2d32735bd9a120e0c429406d5281fd49df9c9379.tar.gz
rneovim-2d32735bd9a120e0c429406d5281fd49df9c9379.tar.bz2
rneovim-2d32735bd9a120e0c429406d5281fd49df9c9379.zip
Added automake as a dependency when building on OS X. Otherwise build complaints of missing aclocal.
-rw-r--r--README.md5
1 files 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