summaryrefslogtreecommitdiff
path: root/tmp-download.html
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-09-03 08:42:10 +0000
committeraarne <aarne@cs.chalmers.se>2007-09-03 08:42:10 +0000
commitf46317e01023beb0e24459cfc0cd1c8379ede086 (patch)
tree1923d45a50069d4a6cdc739a9663635006aa1d0d /tmp-download.html
parentc99fdc5f79b722209b7064a29224251a1e61f0d9 (diff)
updated quick start
Diffstat (limited to 'tmp-download.html')
-rw-r--r--tmp-download.html23
1 files changed, 18 insertions, 5 deletions
diff --git a/tmp-download.html b/tmp-download.html
index d9fddd559..8a3286c34 100644
--- a/tmp-download.html
+++ b/tmp-download.html
@@ -5,20 +5,32 @@ 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 library sources, examples, documentation.
+To compile and install: read <a href="src/INSTALL"><tt>src/INSTALL</tt></a>.
<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>.
+Compiled grammar libraries</a>. To install:
+unpack this in the directory pointed by <tt>GF_LIB_PATH</tt>.
<li> <a href="download/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.
+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="download/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>.
+<a href="http://www.macports.org/">MacPorts</a>. To install, see above item.
</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.
+has currently only v 2.7 and older versions.
<p>
@@ -31,7 +43,8 @@ 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>