diff options
| -rw-r--r-- | download/gf-download.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/download/gf-download.html b/download/gf-download.html index 3dce7e3c5..577c61c79 100644 --- a/download/gf-download.html +++ b/download/gf-download.html @@ -27,7 +27,7 @@ To install, use <tt>rpm -i</tt> <a href="GF-2.0-i686-pc-linux-gnu.tgz"><tt>GF-2.0-i686-pc-linux-gnu.tgz</tt></a>: generic Intel binaries <br> -To install, untar with <tt>tar xvfz</tt>, then read <tt>src/install</tt> +To install, untar with <tt>tar xvfz</tt>, then read <tt>src/INSTALL</tt> @@ -38,7 +38,7 @@ To install, untar with <tt>tar xvfz</tt>, then read <tt>src/install</tt> href="GF-2.0-powerpc-apple-macosx.tgz"><tt>GF-2.0-powerpc-apple-macosx.tgz</tt></a>: package with binaries <br> -To install, untar with <tt>tar xvfz</tt>, then read <tt>src/install</tt>. +To install, untar with <tt>tar xvfz</tt>, then read <tt>src/INSTALL</tt>. @@ -75,8 +75,14 @@ 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://www.java.sun.com/">Java</a>, version 1.4 +href="http://java.sun.com/">Java</a>, version 1.4 @@ -91,6 +97,10 @@ With the GUI: <pre> jgf </pre> +On Windows, doing this 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. |
