aboutsummaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs <Chris@web>2013-05-25 18:36:37 +0000
committerGravatar admin <admin@branchable.com>2013-05-25 18:36:37 +0000
commit27294903db5b90d81ad7411483f8462397c41631 (patch)
tree50bcb432436430439233883f523de4c44b9bf792 /doc/install
parent4fe58c77f75a5878030df85c75955c94e2e24f88 (diff)
Added a step I had to do on my own OS X machine with 10.6 in order for the build to work.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/OSX.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index a70074f38..fec346710 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -40,6 +40,7 @@ brew install haskell-platform git ossp-uuid md5sha1sum coreutils libgsasl gnutls
brew link libxml2
cabal update
PATH=$HOME/bin:$PATH
+cabal install gnuidn
cabal install c2hs git-annex --bindir=$HOME/bin
</pre>