diff options
Diffstat (limited to 'doc/install')
-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 c8c381486..46a285e13 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -6,6 +6,7 @@ sudo cabal install utf8-string sudo port install pcre sudo cabal install pcre-light sudo cabal install quickcheck +sudo cabal install SHA # 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 |