summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-09 11:28:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-09 11:28:16 -0400
commit3a416baae7f980ec357ff2851f66c7b6fe5b014a (patch)
tree185c23d2fab223420b944e3f42bb50465490e1dc
parent8b803528acce573c09c150b3f635cbdd88cedbd0 (diff)
add packages I'm told are now needed to build from brew
-rw-r--r--doc/install/OSX.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 1dd6e8584..8a0c73833 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -11,7 +11,7 @@ builds a standalone git-annex.app of the git-annex assistant.
<pre>
sudo brew update
-sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl
+sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl gnutls libidn libgsasl pkg-config
cabal update
cabal install git-annex --bindir=$HOME/bin
</pre>