forked from GitHub/gf-core
release notes as html; links to linux bin, lib, src
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||
<P ALIGN="center"><CENTER><H1>Grammatical Framework Download and Installation</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Version 3.1.6, 23 April 2010</I><BR>
|
||||
</FONT></CENTER>
|
||||
|
||||
<H2>Latest developer code</H2>
|
||||
@@ -20,13 +21,19 @@ GF 3.1.6 released 23 May 2010.
|
||||
<LI>MacOS X (Snow Leopard):
|
||||
<LI>MacOS X (Leopard):
|
||||
<LI>Windows:
|
||||
<LI>Ubuntu Linux:
|
||||
<LI>Ubuntu Linux:
|
||||
<A HREF="gf-bin-3.1.6-i386-linux.gz"><CODE>gf-bin-3.1.6-i386-linux.gz</CODE></A>
|
||||
(1.7 MB)
|
||||
<LI>compiled library package:
|
||||
<A HREF="gf-lib-3.1.6.tar.gz"><CODE>gf-lib-3.1.6.tar.gz</CODE></A>
|
||||
(4.4 MB)
|
||||
<LI>full source package (GF system, libraries, examples, documentation):
|
||||
<A HREF="gf-src-3.1.6.tar.gz"><CODE>gf-src-3.1.6.tar.gz</CODE></A>
|
||||
(11 MB)
|
||||
</UL>
|
||||
|
||||
<P>
|
||||
What's new? See the <A HREF="release-3.1.6.txt">release notes</A>.
|
||||
What's new? See the <A HREF="release-3.1.6.html">release notes</A>.
|
||||
</P>
|
||||
<H2>Previous releases</H2>
|
||||
<P>
|
||||
@@ -41,23 +48,14 @@ 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: uncompress the package by <CODE>tar -xfz</CODE>
|
||||
</P>
|
||||
<P>
|
||||
To compile and install from source on Mac or Linux, do:
|
||||
To install a binary package for Linux: uncompress the executable and
|
||||
put it somewhere on your path, renaming it to just <CODE>gf</CODE>. For instance:
|
||||
</P>
|
||||
<PRE>
|
||||
tar xvfz gf-[VERSION].tgz
|
||||
cd GF/src
|
||||
runghc Setup configure --user
|
||||
runghc Setup build
|
||||
runghc Setup install
|
||||
gunzip gf-bin-[version].gz
|
||||
sudo mv gf-bin-[version] /usr/local/bin/gf
|
||||
</PRE>
|
||||
<P>
|
||||
The last command must be prefixed by <CODE>sudo</CODE>, if the installation is outside
|
||||
user-writeable area.
|
||||
</P>
|
||||
<P>
|
||||
To install the libraries (if done separately), unpack them in the place to which your
|
||||
<CODE>GF_LIB_PATH</CODE> points.
|
||||
</P>
|
||||
@@ -72,6 +70,20 @@ 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>
|
||||
<P>
|
||||
To compile and install from source on Mac or Linux, do:
|
||||
</P>
|
||||
<PRE>
|
||||
tar xvfz gf-[VERSION].tgz
|
||||
cd GF/src
|
||||
runghc Setup configure --user
|
||||
runghc Setup build
|
||||
runghc Setup install
|
||||
</PRE>
|
||||
<P>
|
||||
The last command must be prefixed by <CODE>sudo</CODE>, if the installation is outside
|
||||
user-writeable area.
|
||||
</P>
|
||||
|
||||
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -thtml index.txt -->
|
||||
|
||||
Reference in New Issue
Block a user