diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2011-03-02 10:36:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-03-02 10:36:33 +0000 |
commit | 1c08b8bf8aae73238f3571b643d4ed9d8301cfae (patch) | |
tree | 53a877812014ed76e65d9877f5566d3b42065d81 | |
parent | 3db25aaa3bcb243b3ba5c5638af1894e1aae9ed0 (diff) |
-rw-r--r-- | doc/install/OSX.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index e107e48eb..af078e363 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -1,5 +1,5 @@ <pre> -sudo port install haskell-platform git-core ossp-uuid md5sha1sum +sudo port install haskell-platform git-core ossp-uuid md5sha1sum coreutils sudo cabal update sudo cabal install missingh sudo cabal install utf8-string @@ -7,6 +7,9 @@ sudo port install pcre sudo cabal install pcre-light sudo cabal install quickcheck +# this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland) +export PATH=$PATH:/opt/local/libexec/gnubin + git clone git://git.kitenet.net/git-annex cd git-annex |