diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-21 17:24:10 -0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-21 17:24:10 -0200 |
commit | 6307bf23fb1fa7e738c1047b8f68de5b9dbc3ef2 (patch) | |
tree | e0be09f04c1efb48b8b0de897df3c45257f660e2 | |
parent | 3ecece8f67b722f5c561a3008dbe68291e75dc1d (diff) | |
parent | 13a71ea09231517605196167f16dc92c9c7f6c57 (diff) | |
download | rneovim-6307bf23fb1fa7e738c1047b8f68de5b9dbc3ef2.tar.gz rneovim-6307bf23fb1fa7e738c1047b8f68de5b9dbc3ef2.tar.bz2 rneovim-6307bf23fb1fa7e738c1047b8f68de5b9dbc3ef2.zip |
Merge pull request #7 from Coornail/osx-build-instructions
Add dependency install instructions for OsX
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -176,12 +176,23 @@ For Ubuntu 12.04: sudo apt-get install build-essential cmake libncurses5-dev +For OsX: + +* Install [Xcode](https://developer.apple.com/) +* Install sha1sum + + Via MacPorts: + + sudo port install md5sha1sum + + Via Homebrew: + + sudo brew install md5sha1sum + TODO: release the Dockerfile which has this in it TODO: Arch instructions -TODO: OSX instructions - ###Building |