mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
download
This commit is contained in:
@@ -9,127 +9,112 @@
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
GF 2.0
|
GF 2.0
|
||||||
<br>
|
<p>
|
||||||
August 10, 2004
|
August 10, 2004
|
||||||
</center>
|
</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>
|
<p>
|
||||||
|
|
||||||
<b>Bonus</b>: install the
|
<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/">
|
<a href="http://www.speech.cs.cmu.edu/flite/doc/">
|
||||||
Flite Speech Synthesizer</a>
|
Flite Speech Synthesizer</a>
|
||||||
to get the Speak Aloud command (<tt>sa</tt>).
|
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>
|
|
||||||
-->
|
|
||||||
|
|
||||||
Binary coming soon; until then <a href="#src">compile from source</a>.
|
|
||||||
|
|
||||||
</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>
|
<hr>
|
||||||
|
|
||||||
<a href="../index.html">Back to the GF Home Page</a>.
|
<a href="../index.html">Back to the GF Home Page</a>.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Last updated August 10, 2004.
|
Last updated August 11, 2004.
|
||||||
|
|
||||||
</p></body></html>
|
</p></body></html>
|
||||||
|
|||||||
Reference in New Issue
Block a user