diff options
author | ssqq <ssqq@web> | 2011-06-04 06:18:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-04 06:18:13 +0000 |
commit | 0ee760fcedae58ede4684337d78ae451da23d8a8 (patch) | |
tree | d77cad74d5099be6659daf853dc8489663ab1e6d /doc | |
parent | 75a966534992eda522e9a0e9c0f1213c0d4a544e (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/OSX.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index e7bb76393..ba10071a1 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -7,6 +7,7 @@ sudo cabal install pcre-light sudo cabal install quickcheck sudo cabal install SHA sudo cabal install dataenc +sudo cabal install hS3 # stub S3 class (used if you don't have hS3 installed) has a bug, so you want to install this # optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland) export PATH=$PATH:/opt/local/libexec/gnubin |