diff options
author | Carl Martin Rosenberg <github@cmrosenberg.com> | 2014-02-21 23:55:21 +0100 |
---|---|---|
committer | Carl Martin Rosenberg <github@cmrosenberg.com> | 2014-02-22 17:34:02 +0100 |
commit | 2d32735bd9a120e0c429406d5281fd49df9c9379 (patch) | |
tree | 5068ca03091a0ecb21e87c2b168339d462d8d440 | |
parent | 3d171b6be215718353d7bf5c2b908841340e7904 (diff) | |
download | rneovim-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.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |