1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
|
<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>.
<p>
If you don't have GHC installed, you also need to
download <a
href="HaskellSupport.framework.tgz">HaskellSupport.framework.tgz</a>
and unpack it in either
<tt>/Library/Frameworks</tt> or
<tt>~/Library/Frameworks</tt>.
For more information, see
<a
href="http://www.haskell.org/hawiki/HaskellSupportFramework">Haskell Wiki</a>.
<h3>Microsoft Windows</h3>
<a
href="gf.exe"><tt>gf.exe</tt></a>:
package with binaries and example grammars, self-extracting
installation package.
<br>
To install, execute <tt>gf.exe</tt>.
</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://java.sun.com/">Java</a>, version 1.4
<p>
On Windows, you moreover need the
<a
href="http://www.cygwin.com/">Cygwin</a> environment
to compile with GHC.
<h3>Running GF</h3>
Without the GUI:
<pre>
gf
</pre>
With the GUI:
<pre>
jgf
</pre>
On Windows, using the <tt>jgf</tt> command requires the
<a
href="http://www.cygwin.com/">Cygwin</a> environment.
Alternatively, if you use the binary installation (recommended) you can run
GF (both with and without GUI) from the Start menu.
<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>
|