diff options
| author | aarne <unknown> | 2004-08-12 11:05:24 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-08-12 11:05:24 +0000 |
| commit | 0926a6aa53e52de8b28dc46f59d382a82780e3b3 (patch) | |
| tree | 9642eb0155d6f4384d836d17a948f3f9e06f606c /download | |
| parent | 096c861fb4cb7feba5db4752da029c639527b3b3 (diff) | |
cygwin
Diffstat (limited to 'download')
| -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. |
