diff options
| -rw-r--r-- | download/gf-download.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/download/gf-download.html b/download/gf-download.html index c1150a226..b43ff4469 100644 --- a/download/gf-download.html +++ b/download/gf-download.html @@ -87,15 +87,15 @@ You need <a href="http://www.haskell.org/ghc/">GHC</a> <p> -On Windows, you moreover need the -<a -href="http://www.cygwin.com/">Cygwin</a> environment. - -<p> - For the editor GUI, you also need <a href="http://java.sun.com/">Java</a>, version 1.4 +<p> + +On Windows, you moreover need the +<a +href="http://www.cygwin.com/">Cygwin</a> environment +to compile with GHC. @@ -109,10 +109,11 @@ With the GUI: <pre> jgf </pre> -On Windows, doing this requires the <a +On Windows, using the <tt>jgf</tt> command requires the +<a href="http://www.cygwin.com/">Cygwin</a> environment. -Without Cygwin, you can use GF by clicking the icon that is -created if you install the Windows binary. +Alternatively, if you use the binary installation (recommended) you can run +GF (both with and without GUI) from the Start menu. |
