diff options
| -rw-r--r-- | download/gf-download.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/download/gf-download.html b/download/gf-download.html index 577c61c79..c1150a226 100644 --- a/download/gf-download.html +++ b/download/gf-download.html @@ -40,6 +40,18 @@ package with binaries <br> To install, untar with <tt>tar xvfz</tt>, then read <tt>src/INSTALL</tt>. +<p> + +If you don't have GHC installed, you also need to +download <a +href="HaskellSupport.framework.tgz">HaskellSupport.framework.tgz</a> +and unpack it in either +<tt>/Library/Frameworks</tt> or +<tt>~/Library/Frameworks</tt>. +For more information, see +<a +href="http://www.haskell.org/hawiki/HaskellSupportFramework">Haskell Wiki</a>. + <h3>Microsoft Windows</h3> |
