diff options
Diffstat (limited to 'doc/install/OSX.mdwn')
-rw-r--r-- | doc/install/OSX.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index ba10071a1..81ffe1d03 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -7,7 +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 +sudo cabal install hS3 # optional # 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 |