summaryrefslogtreecommitdiff
path: root/download/index.html
blob: b1fd1774fa9b32f98b75f52b7ce704ce681f6a03 (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
67
68
69
70
71
72
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
<TITLE>Grammatical Framework Download and Installation</TITLE>
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1>Grammatical Framework Download and Installation</H1>
<FONT SIZE="4">
</FONT></CENTER>

<H2>Latest developer code</H2>
<P>
<A HREF="../doc/darcs.html">GF darcs repository</A>
</P>
<H2>Latest release</H2>
<P>
<A HREF="gf-3.0beta-linux.gz">GF 3.0 beta Linux binary</A> (Intel, Ubuntu)
</P>
<P>
<A HREF="gf-3.0beta-mac.gz">GF 3.0 beta MacOS X binary</A> (Intel Mac with Leopard)
</P>
<P>
<A HREF="gf-3.0beta-mac.exe">GF 3.0 beta Windows binary</A>
</P>
<P>
<A HREF="gf-3.0beta.tgz">GF 3.0 beta sources</A>
</P>
<P>
<A HREF="gf-lib-1.4.tgz">GF libraries v 1.4</A> (compiled resource grammar libraries)
</P>
<H2>Old releases</H2>
<P>
<A HREF="../GF2/download/index.html">GF 2.9 download page</A>
</P>
<H2>Installation instructions</H2>
<P>
To compile and install from source: 
</P>
<PRE>
    tar xvfz gf-3.0beta.tgz
    cd GF/src
    autoconf
    ./configure
    make
    make install
</PRE>
<P>
To install a binary,
</P>
<PRE>
    tar xvfz BINARY-PACKAGE.tgz
    cd GF-...
    ./configure
    make install
</PRE>
<P>
You may need <CODE>sudo make install</CODE>. 
If you cannot write in <CODE>/usr/local/</CODE>, you can change the target directory
by <CODE>./configure --prefix=MYDIR</CODE>.
</P>
<P>
The Mac OS X binary (Intel) requires Readline from
<A HREF="http://www.macports.org/">Mac Ports</A>. To install, see above item.
</P>
<P>
The Windows binary is easiest if you have
<A HREF="http://www.cygwin.com/">Cygwin</A>. To install, see above item.
</P>

<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -thtml download/index.txt -->
</BODY></HTML>