diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-22 16:32:56 -0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-22 16:32:56 -0200 |
commit | eaf942c5a6ce6aca0bc217063f112a177e82f417 (patch) | |
tree | 556f89c51ac810e134ed88396ff45c813525b9d6 | |
parent | 8d2fb5f8557c1dfe0f3fa398ca58bdb9441fa107 (diff) | |
parent | 2d32735bd9a120e0c429406d5281fd49df9c9379 (diff) | |
download | rneovim-eaf942c5a6ce6aca0bc217063f112a177e82f417.tar.gz rneovim-eaf942c5a6ce6aca0bc217063f112a177e82f417.tar.bz2 rneovim-eaf942c5a6ce6aca0bc217063f112a177e82f417.zip |
Merge pull request #22 from cmrosenberg/osx-automake
Added automake as build dependency on OS X
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |