forked from GitHub/gf-core
37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<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> |