From 13a71ea09231517605196167f16dc92c9c7f6c57 Mon Sep 17 00:00:00 2001 From: Kornel Lugosi Date: Fri, 21 Feb 2014 20:02:52 +0100 Subject: [PATCH] Add dependency install instructions for OsX --- README.md | 15 +++++++++++++-- 1 file 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