summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-06 18:18:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-06 18:18:06 -0400
commit84ba910dc8a8ee792b62600076d254d3ba51e8bc (patch)
tree107511b94ab0efeea5909f0b1a4725b5ff741201
parent86be8b1e851721f920db7f8af753164dc31b5fc7 (diff)
add libxml2 to brew instructions
-rw-r--r--doc/install/OSX.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 43eac28e2..2f08190c6 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -13,7 +13,8 @@ This is known to not work on all OSX systems. [[/bugs/OSX_app_issues]] is collec
<pre>
sudo brew update
-sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl gnutls libidn libgsasl pkg-config
+sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl gnutls libidn libgsasl pkg-config libxml2
+sudo brew link libxml2
cabal update
cabal install git-annex --bindir=$HOME/bin
</pre>