summaryrefslogtreecommitdiff
path: root/download/index.txt
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-27 14:14:01 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-27 14:14:01 +0000
commit21c457b711d8e9544c72e466c7d85204c82711f5 (patch)
tree711e25aee0ad39b4b804802e8f7b2c44045dd63e /download/index.txt
parent73e401cee21fa61dcf9900d8d2b40ddd39f4e612 (diff)
documentation written; some weird constructors excluded from demo
Diffstat (limited to 'download/index.txt')
-rw-r--r--download/index.txt53
1 files changed, 53 insertions, 0 deletions
diff --git a/download/index.txt b/download/index.txt
new file mode 100644
index 000000000..b036e0ccc
--- /dev/null
+++ b/download/index.txt
@@ -0,0 +1,53 @@
+Grammatical Framework Download and Installation
+
+
+==Latest developer code==
+
+[GF darcs repository ../doc/darcs.html]
+
+==Latest release==
+
+[GF 3.0 beta Linux binary gf-3.0beta-linux.gz] (Intel, Ubuntu)
+
+[GF 3.0 beta MacOS X binary gf-3.0beta-mac.gz] (Intel Mac with Leopard)
+
+[GF 3.0 beta Windows binary gf-3.0beta-mac.exe]
+
+[GF 3.0 beta sources gf-3.0beta.tgz]
+
+[GF libraries v 1.4 gf-lib-1.4.tgz] (compiled resource grammar libraries)
+
+
+==Old releases==
+
+[GF 2.9 download page ../GF2/download/index.html]
+
+
+==Installation instructions==
+
+To compile and install from source:
+```
+ tar xvfz gf-3.0beta.tgz
+ cd GF/src
+ autoconf
+ ./configure
+ make
+ make install
+```
+To install a binary,
+```
+ tar xvfz BINARY-PACKAGE.tgz
+ cd GF-...
+ ./configure
+ make install
+```
+You may need ``sudo make install``.
+If you cannot write in ``/usr/local/``, you can change the target directory
+by ``./configure --prefix=MYDIR``.
+
+The Mac OS X binary (Intel) requires Readline from
+[Mac Ports http://www.macports.org/]. To install, see above item.
+
+The Windows binary is easiest if you have
+[Cygwin http://www.cygwin.com/]. To install, see above item.
+