manual web page edits from cs.chalmers

This commit is contained in:
aarne
2009-12-09 09:37:47 +00:00
parent 338efc291e
commit df019fa427
5 changed files with 86 additions and 698 deletions

View File

@@ -10,9 +10,65 @@
<H2>Latest developer code</H2>
<P>
<A HREF="../doc/darcs.html">GF darcs repository</A>
<A HREF="../doc/gf-developers.html">GF darcs repository</A>
</P>
<H2>Latest release</H2>
GF 3.0, 24 June 2009.
<ul>
<li> <A HREF="gf-3.0-mac.gz">Mac OS X Leopard (intel) executable</A>
(requires Readline from <A HREF="http://www.macports.org/">Mac Ports</A>)
<li> <A HREF="gf-3.0-mac-noreadline.gz">Mac OS X Leopard (Intel) executable</A>
(doesn't require Readline)
<li> <A HREF="gf-linux.tar.gz">Linux (intel) binary package</A>
<li> <A HREF="gf-win32.zip">Windows binary package</A>
<li> <A HREF="gf-lib-1.6.tgz">Compiled libraries, v. 1.6</A>
<li> <A HREF="gf-3.0-src.tgz">Source package for GF system (a dump of the darcs repo)</A>
</ul>
<H3>Installation instructions</H3>
<p>
Mac binary: gunzip and put somewhere on your path.
<P>
Linux: <tt>tar xvfz</tt> in /
<P>
Windows: unzip in c:\
<p>
Compiled library: <tt>tar xvfz</tt> in some DIR and point the variable GF_LIB_PATH to DIR/lib.
<p>
Source package: <tt>tar xvfz</tt> somewhere and compile as follows:
<P>
<PRE>
tar xvfz gf-3.0.tgz
cd gf-3.0
# alternative 1:
runghc Setup configure
runghc Setup build
runghc Setup install
# alternative 2:
make
make install
</PRE>
<H2>Old releases</H2>
GF 3.0 beta3, April 2009.
<UL>
<LI>
<A HREF="GF-3.0-beta3-i386-apple-darwin9.6.0.tgz">Mac OS X Leopard (intel) binary package</A>
<LI>
<A HREF="gf-3.0-beta3.zip">Windows binary</A>
<LI><A HREF="GF-3.0-beta3.tgz">GF 3.0 beta3 sources</A> (both system and library)
</UL>
3.0 beta2
<UL>
<LI><A HREF="GF-3.0-beta2-i686-pc-linux-gnu.tgz">GF 3.0 beta2 Linux binary package</A> (Intel, Ubuntu)
<P></P>
@@ -27,52 +83,6 @@
<LI><A HREF="gf-lib-1.4.tgz">GF libraries v 1.4</A> (compiled resource grammar libraries)
</UL>
<H2>Installation instructions</H2>
<P>
The Windows package is installed by just unpacking it anywhere. It finds the libraries
relative to the <CODE>.exe</CODE> file.
</P>
<P>
To install a binary package for Linux and Mac OS X:
</P>
<OL>
<LI>uncompress the package by <CODE>tar -xfz</CODE>
<LI><CODE>cd</CODE> to the created directory
<LI><CODE>./configure</CODE>
<LI><CODE>make install</CODE>
</OL>
<P>
The Mac OS X binary (Intel) requires Readline from
<A HREF="http://www.macports.org/">Mac Ports</A>. To install, see above item.
</P>
<P>
To compile and install from source:
</P>
<PRE>
tar xvfz gf-3.0beta.tgz
cd GF/src
autoconf
./configure
make
make install
</PRE>
<P>
To install the libraries (if done separately), unpack them in the place to which your
<CODE>GF_LIB_PATH</CODE> points.
</P>
<PRE>
cd $GF_LIB_PATH
gtar xvfz gf-lib-1.4.tgz
</PRE>
<P>
If this variable hasn't been defined, it is useful define it, e.g.
</P>
<PRE>
export GF_LIB_PATH=/usr/local/lib/gf/
</PRE>
<P></P>
<H2>Old releases</H2>
<UL>
<LI><A HREF="../../GF2/download/index.html">GF 2.9 download page</A>
</UL>