From 23fb24d6d35b77a1352833d66fc0ef89e09010d4 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 10 Aug 2004 12:39:38 +0000 Subject: for www --- download/gf-download.html | 135 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 download/gf-download.html (limited to 'download') 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 @@ +GF Download + + +
+ + +

Grammatical Framework Download and Install

+ +

+ +GF 2.0 +
+August 10, 2004 +

+ +

+ +Bonus: install the + +Flite Speech Synthesizer +to get the Speak Aloud command (sa). + + + +

Linux

+ +

Requirements

+ +RedHat >7.1 and Mandrake >9.2 have been tested. + + +

Download

+ +GF-2.0.rpm, binary RPM + +

+ +GF-2.0-linux.tgz, tar package with +binaries, Java classes, and example grammars + + + + +

Install

+ +Binary RPM: +
+  rpm -i GF-2.0.rpm
+
+Tar package +
+  tar xvfz GF-2.0-linux.tgz
+
+ + +

Run

+ +Without the GUI: +
+  gf
+
+With the GUI: +
+  jgf
+
+ + +

Macintosh

+ +Binary coming soon; until then compile from source. + + +

Microsoft Windows

+ +Binary coming soon; until then compile from source. + + +

Solaris

+ +Binary coming soon; until then compile from source. + + + + +

Source package

+ +

Requirements

+ +Linux, Windows, Mac OS X, or Solaris + +

+ +GHC +(Glasgow Haskell Compiler) + +

+ +For the GUI: Java 1.4 + + +

Download

+ +GF-2.0.tgz, +source and grammar package + +

Compile and install

+ +Uncompress: +
+  tar xvfz GF-2.0.tgz
+
+Follow instructions in GF-2.0/INSTALL + + +

Run

+ +Without the GUI: +
+  gf
+
+With the GUI: +
+  jgf
+
+ + +
+ +Back to the GF Home Page. + +

+ +Last updated August 10, 2004. + +

-- cgit v1.2.3