This commit is contained in:
aarne
2004-11-08 15:54:55 +00:00
parent d3bf9fcf47
commit a9d164ac68
2 changed files with 24 additions and 6 deletions

View File

@@ -269,6 +269,6 @@ Or just get the sources and start hacking.
Last modified by Last modified by
<a href="http://www.cs.chalmers.se/%7Eaarne"> <a href="http://www.cs.chalmers.se/%7Eaarne">
Aarne Ranta</a>, Aarne Ranta</a>,
August 10, 2004. November 8, 2004.
</body></html> </body></html>

View File

@@ -13,6 +13,18 @@ GF 2.1
November 8, 2004 November 8, 2004
</center> </center>
To run GF, you need either of
<ul>
<li> a precompiled GF binary for your platform
<li> a source package that you compile yourself
</ul>
In addition, you need some grammars. You will certainly want
to write grammars yourself, but you can first take a look at
<ul>
<li> GF grammar libraries
</ul>
This web page gives links to all of these things.
<h3>Linux</h3> <h3>Linux</h3>
@@ -68,7 +80,7 @@ To install, execute <tt>gf.exe</tt>.
</p><h3>Solaris</h3> </p><h3>Solaris</h3>
<a href="GF-2.1-solaris.tgz"><tt>GF-2.1-i686-pc-linux-gnu.tgz</tt></a>: <a href="GF-2.1-solaris.tgz"><tt>GF-2.1-solaris.tgz</tt></a>:
Solaris binaries Solaris binaries
<br> <br>
To install, untar with <tt>gtar xvfz</tt>, then read <tt>src/INSTALL</tt>. To install, untar with <tt>gtar xvfz</tt>, then read <tt>src/INSTALL</tt>.
@@ -81,7 +93,7 @@ To install, untar with <tt>gtar xvfz</tt>, then read <tt>src/INSTALL</tt>.
<h3><a name=src>Source package</a></h3> <h3><a name=src>Source package</a></h3>
<a href="GF-2.1.tgz"><tt>GF-2.1.tgz</tt></a>: <a href="GF-2.1.tgz"><tt>GF-2.1.tgz</tt></a>:
source and grammar package source and documentation package
<br> <br>
Unpack with <tt>tar xvfz GF-2.1.tgz</tt>, and Unpack with <tt>tar xvfz GF-2.1.tgz</tt>, and
follow instructions in <tt>GF-2.1/src/INSTALL</tt> follow instructions in <tt>GF-2.1/src/INSTALL</tt>
@@ -126,9 +138,15 @@ href="http://www.cygwin.com/">Cygwin</a> environment.
Alternatively, if you use the binary installation (recommended) you can run Alternatively, if you use the binary installation (recommended) you can run
GF (both with and without GUI) from the Start menu. GF (both with and without GUI) from the Start menu.
<p>
To do something with GF, you also need some grammars.
You can start by looking at the examples included in the
<a href="gf-lib.tgz"><tt>Grammar Library</tt></a>.
<h3>Grammar package</h3>
<h3>Grammar Library</h3>
<a href="gf-lib.tgz"><tt>gf-lib.tgz</tt></a> <a href="gf-lib.tgz"><tt>gf-lib.tgz</tt></a>
@@ -149,6 +167,6 @@ to get the Speak Aloud command (<tt>sa</tt>).
<p> <p>
Last updated August 11, 2004. Last updated November 8, 2004.
</p></body></html> </p></body></html>