Added a step I had to do on my own OS X machine with 10.6 in order for the build to work.

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs 2013-05-25 18:36:37 +00:00 committed by admin
parent c8a749499d
commit 7298f95a76

View file

@ -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>