diff options
| author | aarne <unknown> | 2004-08-10 12:39:38 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-08-10 12:39:38 +0000 |
| commit | 23fb24d6d35b77a1352833d66fc0ef89e09010d4 (patch) | |
| tree | af4bf98ec95055c3f4c3028305a035d1714c4e04 /download | |
| parent | 470197d442c7a83c2c81c3334485b72ea5921d7f (diff) | |
for www
Diffstat (limited to 'download')
| -rw-r--r-- | download/gf-download.html | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/download/gf-download.html b/download/gf-download.html new file mode 100644 index 000000000..f71668137 --- /dev/null +++ b/download/gf-download.html @@ -0,0 +1,135 @@ +<html><head><title>GF Download</title></head> + +<body bgcolor="#ffffff" text="#000000"> +<center> +<img src="../doc/gf-logo.gif"> + +<h1>Grammatical Framework Download and Install</h1> + +<p> + +GF 2.0 +<br> +August 10, 2004 +</center> + +<p> + +<b>Bonus</b>: install the +<a href="http://www.speech.cs.cmu.edu/flite/doc/"> +Flite Speech Synthesizer</a> +to get the Speak Aloud command (<tt>sa</tt>). + + + +<h2>Linux</h2> + +<h4>Requirements</h4> + +RedHat >7.1 and Mandrake >9.2 have been tested. + + +<h4>Download</h4> + +<a href="GF-2.0.rpm"><tt>GF-2.0.rpm</tt></a>, binary RPM + +<p> + +<a href="GF-2.0.tgz"><tt>GF-2.0-linux.tgz</tt></a>, tar package with +binaries, Java classes, and example grammars + + + + +<h4>Install</h4> + +Binary RPM: +<pre> + rpm -i GF-2.0.rpm +</pre> +Tar package +<pre> + tar xvfz GF-2.0-linux.tgz +</pre> + + +<h4>Run</h4> + +Without the GUI: +<pre> + gf +</pre> +With the GUI: +<pre> + jgf +</pre> + + +</p><h2>Macintosh</h2> + +Binary coming soon; until then <a href="#src">compile from source</a>. + + +<h2>Microsoft Windows</h2> + +Binary coming soon; until then <a href="#src">compile from source</a>. + + +</p><h2>Solaris</h2> + +Binary coming soon; until then <a href="#src">compile from source</a>. + + + + +<h2><a name=src>Source package</a></h2> + +<h4>Requirements</h4> + +Linux, Windows, Mac OS X, or Solaris + +<p> + +<a href="http://www.haskell.org/ghc/">GHC</a> +(Glasgow Haskell Compiler) + +<p> + +For the GUI: <a href="http://www.java.sun.com/">Java</a> 1.4 + + +<h4>Download</h4> + +<a href="GF-2.0.tgz"><tt>GF-2.0.tgz</tt></a>, +source and grammar package + +<h4>Compile and install</h4> + +Uncompress: +<pre> + tar xvfz GF-2.0.tgz +</pre> +Follow instructions in <tt>GF-2.0/INSTALL</tt> + + +<h4>Run</h4> + +Without the GUI: +<pre> + gf +</pre> +With the GUI: +<pre> + jgf +</pre> + + +<hr> + +<a href="../index.html">Back to the GF Home Page</a>. + +<p> + +Last updated August 10, 2004. + +</p></body></html> |
