summaryrefslogtreecommitdiff
path: root/download/index.txt
blob: 72bebe245a4555377c0252826312e0b3e9b31882 (plain)
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
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-ubuntu.gz] (Intel, Ubuntu)

- GF 3.0 beta MacOS X binaries: 
  [Leopard  gf-3.0beta-mac-leopard.gz] (Intel Mac with MacOS X Leopard)
  [Tiger  gf-3.0beta-mac-tiger.gz] (Intel Mac with MacOS X Tiger)

% - [GF 3.0 beta Windows binary  gf-3.0beta-windows.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 install a binary, just uncompress it and copy to a place that is on your path,
for instance, in ``/usr/local/bin``. You may want to rename it to ``gf``.

If you want to use GF as a batch compiler, put the following script in the
same place as the GF binary. If it is //not// ``/usr/local/bin``, change
the ``prefix`` variable in the script.

- [gfc script for patch compiler ./gfc]


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.

To compile and install from source: 
```
  tar xvfz gf-3.0beta.tgz
  cd GF/src
  autoconf
  ./configure
  make
  make install
```
To install the libraries, unpack them in the place to which your
``GF_LIB_PATH`` points.
```
  cd $GF_LIB_PATH
  gtar xvfz gf-lib-1.4.tgz
```
If this variable hasn't been defined, it is useful define it, e.g.
```
  export GF_LIB_PATH=/usr/local/lib/gf/
```