diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-12-21 17:37:19 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-12-21 17:37:19 +0000 |
| commit | 504e7162fc9457c60dd39095c4563446b97fa953 (patch) | |
| tree | cd65b22a9074da16d7e57e0cb6129b9c38e42835 /download | |
| parent | 5ee1714fd23e974d1cf2511fa398b6ce310a9807 (diff) | |
preparing for release
Diffstat (limited to 'download')
| -rw-r--r-- | download/index.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/download/index.html b/download/index.html new file mode 100644 index 000000000..5a6d65609 --- /dev/null +++ b/download/index.html @@ -0,0 +1,56 @@ +<html> +<body> + +GF Version 2.9, released 21 December 2007 as sources: +<ul> +<li> <a href="GF-2.9.tgz"><tt>GF-2.9.tgz</tt></a>, +Haskell and Java sources, grammar library sources, examples, documentation. +To compile and install: read <a href="src/INSTALL"><tt>src/INSTALL</tt></a>. + +<li> <a href="GF-2.9-lib.tgz"><tt>GF-2.9-lib.tgz</tt></a>, +Compiled grammar libraries</a>. To install: +unpack this in the directory pointed by <tt>GF_LIB_PATH</tt>. +</ul> +Binaries: GF Version 2.8, released 8 July 2007; updated 12 September. +<ul> +<li> <a href="GF-2.8-i386-pc-linux-gnu.tgz"><tt>GF-2.8-i386-pc-linux-gnu.tgz</tt></a>, +Linux binary, with precompiled grammar libraries. To install: +<pre> + tar xvfz GF-2.8-i386-pc-linux-gnu.tgz + cd GF-2.8-i386-pc-linux-gnu + ./configure + make install +</pre> +You may need <tt>sudo make install</tt>; if you cannot write in +<tt>/usr/local/</tt>, you can change the target directory +by <tt>./configure --prefix=MYDIR</tt>. + + +<li> <a href="GF-2.8-i386-apple-darwin8.9.1.tgz"><tt>GF-2.8-i386-apple-darwin8.9.1.tgz</tt></a>, Mac OS X binary (Intel), with precompiled grammar libraries. Requires Readline from +<a href="http://www.macports.org/">MacPorts</a>. To install, see above item. + +<li> <a href="GF-2.8-windows-cygwin.tgz"><tt>GF-2.8-windows-cygwin.tgz</tt></a>, Windows Cygwin binary. Requires +<a href="http://www.cygwin.com/">Cygwin</a>. To install, see above item. + +</ul> +The <a href= +"http://sourceforge.net/project/showfiles.php?group_id=132285">Sourceforge GF site</a> +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> +Then compile and install as described in +<a href="src/INSTALL"><tt>GF/src/INSTALL</tt></a>. + + +</body> +</html> |
