diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-11 11:47:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-11 11:47:53 -0400 |
commit | 69cb6af4b7f6b16a69734d75ef5583bd2797c173 (patch) | |
tree | 2342a1c3b8ced54e0cde32afce963d643294a718 /doc/install/OSX.mdwn | |
parent | 3ce402a4c63e4ac04ab788cfd3ad8ea964b402ef (diff) |
Now uses the Haskell Glob library, rather than pcre-light, avoiding the need to install libpcre. Currently done only for Cabal or when the Makefile is made to use -DWITH_GLOB
Diffstat (limited to 'doc/install/OSX.mdwn')
-rw-r--r-- | doc/install/OSX.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index e9e2a044b..10735a7d0 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -24,7 +24,7 @@ the app for OSX Lion. <pre> brew update -brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl gnutls libidn libgsasl pkg-config libxml2 +brew install haskell-platform git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2 brew link libxml2 cabal update PATH=$HOME/bin:$PATH @@ -38,10 +38,7 @@ The version provided by Macports is too old to work with current versions of git Then execute <pre> -sudo port install git-core ossp-uuid md5sha1sum coreutils pcre gnutls libxml2 libgsasl pkgconfig - -sudo ln -s /opt/local/include/pcre.h /usr/include/pcre.h # This is hack that allows pcre-light to find pcre - +sudo port install git-core ossp-uuid md5sha1sum coreutils gnutls libxml2 libgsasl pkgconfig sudo cabal update PATH=$HOME/bin:$PATH cabal install c2hs git-annex --bindir=$HOME/bin |