mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
download page for beta2 ; link to JEM demo
This commit is contained in:
@@ -14,47 +14,39 @@
|
||||
</P>
|
||||
<H2>Latest release</H2>
|
||||
<UL>
|
||||
<LI><A HREF="gf-3.0beta-linux-ubuntu.gz">GF 3.0 beta Linux binary</A> (Intel, Ubuntu)
|
||||
<LI><A HREF="GF-3.0-beta2-i686-pc-linux-gnu.tgz">GF 3.0 beta2 Linux binary package</A> (Intel, Ubuntu)
|
||||
<P></P>
|
||||
<LI>GF 3.0 beta MacOS X binaries:
|
||||
<A HREF="gf-3.0beta-mac-leopard.gz">Leopard</A> (Intel Mac with MacOS X Leopard)
|
||||
<A HREF="gf-3.0beta-mac-tiger.gz">Tiger</A> (Intel Mac with MacOS X Tiger)
|
||||
</UL>
|
||||
|
||||
<UL>
|
||||
<LI><A HREF="gf-3.0beta.tgz">GF 3.0 beta sources</A>
|
||||
<LI>GF 3.0 beta2 MacOS X binary package:
|
||||
<A HREF="GF-3.0-beta2-i386-apple-darwin9.4.0.tgz">Leopard</A> (Intel Mac with MacOS X Leopard)
|
||||
<A HREF="GF-3.0-beta2-i386-apple-darwin8.11.1.tgz">Tiger</A> (Intel Mac with MacOS X Tiger)
|
||||
<P></P>
|
||||
<LI><A HREF="gf-3.0-beta2.zip">GF 3.0 beta2 Windows package</A> (includes libraries)
|
||||
<P></P>
|
||||
<LI><A HREF="GF-3.0-beta2.tgz">GF 3.0 beta2 sources</A> (both system and library)
|
||||
<P></P>
|
||||
<LI><A HREF="gf-lib-1.4.tgz">GF libraries v 1.4</A> (compiled resource grammar libraries)
|
||||
</UL>
|
||||
|
||||
<H2>Old releases</H2>
|
||||
<UL>
|
||||
<LI><A HREF="../../GF2/download/index.html">GF 2.9 download page</A>
|
||||
</UL>
|
||||
|
||||
<H2>Installation instructions</H2>
|
||||
<P>
|
||||
To install a binary, just uncompress it and copy to a place that is on your path,
|
||||
for instance, in <CODE>/usr/local/bin</CODE>. You may want to rename it to <CODE>gf</CODE>.
|
||||
The Windows package is installed by just unpacking it anywhere. It finds the libraries
|
||||
relative to the <CODE>.exe</CODE> file.
|
||||
</P>
|
||||
<P>
|
||||
If you want to use GF as a batch compiler, put the following script in the
|
||||
same place as the GF binary. If it is <I>not</I> <CODE>/usr/local/bin</CODE>, change
|
||||
the <CODE>prefix</CODE> variable in the script.
|
||||
To install a binary package for Linux and Mac OS X:
|
||||
</P>
|
||||
<UL>
|
||||
<LI><A HREF="./gfc">gfc script for patch compiler</A>
|
||||
</UL>
|
||||
<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>
|
||||
The Windows binary is easiest if you have
|
||||
<A HREF="http://www.cygwin.com/">Cygwin</A>. To install, see above item.
|
||||
</P>
|
||||
<P>
|
||||
To compile and install from source:
|
||||
</P>
|
||||
<PRE>
|
||||
@@ -66,7 +58,7 @@ To compile and install from source:
|
||||
make install
|
||||
</PRE>
|
||||
<P>
|
||||
To install the libraries, unpack them in the place to which your
|
||||
To install the libraries (if done separately), unpack them in the place to which your
|
||||
<CODE>GF_LIB_PATH</CODE> points.
|
||||
</P>
|
||||
<PRE>
|
||||
@@ -80,7 +72,12 @@ If this variable hasn't been defined, it is useful define it, e.g.
|
||||
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>
|
||||
|
||||
|
||||
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -thtml download/index.txt -->
|
||||
<!-- cmdline: txt2tags -thtml index.txt -->
|
||||
</BODY></HTML>
|
||||
|
||||
Reference in New Issue
Block a user