diff options
author | Kornel Lugosi <coornail@gmail.com> | 2014-02-21 20:02:52 +0100 |
---|---|---|
committer | Kornel Lugosi <coornail@gmail.com> | 2014-02-21 20:10:37 +0100 |
commit | 13a71ea09231517605196167f16dc92c9c7f6c57 (patch) | |
tree | 2122530b21eae85ca4ea879807bf2613eca7577f | |
parent | d1dc9221178f8140db2cb0042d1bbca2af125720 (diff) | |
download | rneovim-13a71ea09231517605196167f16dc92c9c7f6c57.tar.gz rneovim-13a71ea09231517605196167f16dc92c9c7f6c57.tar.bz2 rneovim-13a71ea09231517605196167f16dc92c9c7f6c57.zip |
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 |