From e294db171e22d6c8de57ad87522d331c82b461ff Mon Sep 17 00:00:00 2001 From: Michael Sanford Date: Wed, 22 Jan 2014 22:13:55 -0500 Subject: [PATCH] Added Mac OS instructions with brew (relates #11) Un-Markdown text --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 15d545c..f308e83 100644 --- a/README +++ b/README @@ -27,6 +27,9 @@ On Ubuntu and similar, use: For older releases, you may have to use: apt-get install ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev cabal-install +On Mac OS X with homebrew (http://brew.sh/), use: + brew install cabal-install + Executables can be built with cabal. Tests currently still rely on a Makefile. Install: