diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg <Kristian@web> | 2011-07-30 17:28:42 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-30 17:28:42 +0000 |
commit | 16c55f61f2d4f060f20094335fdfcac827f7d508 (patch) | |
tree | 7396c4c9686b4367772313fb3e2e25190dcd7c85 /doc/install | |
parent | 45bbf210a1210172c7c7b87879ed74f7c8ccbdba (diff) |
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/OSX.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index 23cb1b62e..2d376d053 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -1,5 +1,7 @@ +Install Haskel Platform from [[http://hackage.haskell.org/platform/mac.html]]. The version provided by Macports is too old to work with current versions of git-annex. Then execute + <pre> -sudo port install haskell-platform git-core ossp-uuid md5sha1sum coreutils pcre +sudo port install git-core ossp-uuid md5sha1sum coreutils pcre sudo cabal update sudo cabal install missingh sudo cabal install utf8-string @@ -21,7 +23,7 @@ make sudo make install </pre> -Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]] +Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]], modified by [[kristianrumberg]] See also: |