1
0
forked from GitHub/gf-core
Files
gf-core/download/gf-download.html
2004-08-11 13:20:47 +00:00

121 lines
1.9 KiB
HTML

<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
<p>
August 10, 2004
</center>
<h3>Linux</h3>
<a href="GF-2.0-2.i586.rpm"><tt>GF-2.0-2.i586.rpm</tt></a>:
RPM package for RedHat and Mandrake
<br>
To install, use <tt>rpm -i</tt>
<p>
<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>
</p><h3>Macintosh</h3>
<a
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>.
<h3>Microsoft Windows</h3>
Binary coming soon; until then <a href="#src">compile from source</a>.
</p><h3>Solaris</h3>
Binary coming soon; until then <a href="#src">compile from source</a>.
<h3><a name=src>Source package</a></h3>
<a href="GF-2.0.tgz"><tt>GF-2.0.tgz</tt></a>:
source and grammar package
<br>
Unpack with <tt>tar xvfz GF-2.0.tgz</tt>, and
follow instructions in <tt>GF-2.0/src/INSTALL</tt>
<p>
You can compile GF from source on modern variants of
Linux, Windows, Mac OS X, and Solaris.
<p>
You need <a href="http://www.haskell.org/ghc/">GHC</a>
(Glasgow Haskell Compiler), version 6 or later.
<p>
For the editor GUI, you also need <a
href="http://www.java.sun.com/">Java</a>, version 1.4
<h3>Running GF</h3>
Without the GUI:
<pre>
gf
</pre>
With the GUI:
<pre>
jgf
</pre>
<h3>Grammar package</h3>
<a href="gf-lib.tgz"><tt>gf-lib.tgz</tt></a>
<h3>Bonus</h3>
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>).
<hr>
<a href="../index.html">Back to the GF Home Page</a>.
<p>
Last updated August 11, 2004.
</p></body></html>