aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornel Lugosi <coornail@gmail.com>2014-02-21 20:02:52 +0100
committerKornel Lugosi <coornail@gmail.com>2014-02-21 20:10:37 +0100
commit13a71ea09231517605196167f16dc92c9c7f6c57 (patch)
tree2122530b21eae85ca4ea879807bf2613eca7577f
parentd1dc9221178f8140db2cb0042d1bbca2af125720 (diff)
downloadrneovim-13a71ea09231517605196167f16dc92c9c7f6c57.tar.gz
rneovim-13a71ea09231517605196167f16dc92c9c7f6c57.tar.bz2
rneovim-13a71ea09231517605196167f16dc92c9c7f6c57.zip
Add dependency install instructions for OsX
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 81019218dc..62c7978163 100644
--- a/README.md
+++ b/README.md
@@ -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