summaryrefslogtreecommitdiff
path: root/tmp-download.html
blob: 832e35da28b467ab6fbb6c59e8591d2dc4e50db1 (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
<html>
<body>

GF Version 2.8, released 8 July 2007.
<ul>
<li> <a href="download/gf-2.8.tgz"><tt>GF-2.8.tgz</tt></a>, 
Haskell and Java sources, grammar libraries, documentation.

<li> <a href="download/gf-2.8-lib.tgz"><tt>GF-2.8-lib.tgz</tt></a>,
Compiled grammar libraries</a>; open this in your <tt>$GF_LIB_PATH</tt>.

<li> <a href="download/gf-2.8-linux-i386.gz"><tt>gf-2.8-linux-i386.gz</tt></a>,
Linux binary.

<li> <a href="download/gf-2.8-macOSX-i386.gz"><tt>gf-2.8-macOSX-i386.gz</tt></a>,
Mac OS X binary (Intel).
</ul>
The <a href=
"http://sourceforge.net/project/showfiles.php?group_id=132285">Sourceforge GF site</a> 
will be soon updated, but has currently only v 2.7 and older versions.

<p>

Don't forget that you can always get the current sources from the
<a href="http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/darcs.html">GF Darcs Repository</a>. First time you do
<pre>
  darcs get --partial --set-scripts-executable http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/
</pre>
and subsequent times
<pre>
  darcs pull -a
</pre>



</body>
</html>