diff options
| -rw-r--r-- | tmp-download.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tmp-download.html b/tmp-download.html new file mode 100644 index 000000000..a8eee59f0 --- /dev/null +++ b/tmp-download.html @@ -0,0 +1,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>
\ No newline at end of file |
