diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-07-08 18:38:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-07-08 18:38:09 +0000 |
| commit | 373180df8372fc8887c5a2e2e0aac0a9612eda25 (patch) | |
| tree | 8de6fcc05e05aa2734c3e2e37569bf8cfbcb2070 | |
| parent | 0c05a33d82346560b375d2473588c8a16a014d62 (diff) | |
tmp download
| -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 |
