From c2d41e70be9eeec27b226f8e614c1cafd75df271 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 1 Oct 2008 09:20:36 +0000 Subject: download page for beta2 ; link to JEM demo --- download/index.html | 51 ++++++++++++++++++++++++--------------------------- download/index.txt | 40 +++++++++++++++++++--------------------- 2 files changed, 43 insertions(+), 48 deletions(-) (limited to 'download') diff --git a/download/index.html b/download/index.html index e2ba11b4c..23d1e76a6 100644 --- a/download/index.html +++ b/download/index.html @@ -14,47 +14,39 @@

Latest release

- - -

Old releases

- -

Installation instructions

-To install a binary, just uncompress it and copy to a place that is on your path, -for instance, in /usr/local/bin. You may want to rename it to gf. +The Windows package is installed by just unpacking it anywhere. It finds the libraries +relative to the .exe file.

-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 not /usr/local/bin, change -the prefix variable in the script. +To install a binary package for Linux and Mac OS X:

- +
    +
  1. uncompress the package by tar -xfz +
  2. cd to the created directory +
  3. ./configure +
  4. make install +

The Mac OS X binary (Intel) requires Readline from Mac Ports. To install, see above item.

-The Windows binary is easiest if you have -Cygwin. To install, see above item. -

-

To compile and install from source:

@@ -66,7 +58,7 @@ To compile and install from source:
     make install
 

-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 GF_LIB_PATH points.

@@ -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/
 

+

Old releases

+ + - + diff --git a/download/index.txt b/download/index.txt index 72bebe245..f1612c3d5 100644 --- a/download/index.txt +++ b/download/index.txt @@ -7,42 +7,35 @@ Grammatical Framework Download and Installation ==Latest release== -- [GF 3.0 beta Linux binary gf-3.0beta-linux-ubuntu.gz] (Intel, Ubuntu) +- [GF 3.0 beta2 Linux binary package GF-3.0-beta2-i686-pc-linux-gnu.tgz] (Intel, Ubuntu) -- GF 3.0 beta MacOS X binaries: - [Leopard gf-3.0beta-mac-leopard.gz] (Intel Mac with MacOS X Leopard) - [Tiger gf-3.0beta-mac-tiger.gz] (Intel Mac with MacOS X Tiger) +- GF 3.0 beta2 MacOS X binary package: + [Leopard GF-3.0-beta2-i386-apple-darwin9.4.0.tgz] (Intel Mac with MacOS X Leopard) + [Tiger GF-3.0-beta2-i386-apple-darwin8.11.1.tgz] (Intel Mac with MacOS X Tiger) -% - [GF 3.0 beta Windows binary gf-3.0beta-windows.exe] +- [GF 3.0 beta2 Windows package gf-3.0-beta2.zip] (includes libraries) -- [GF 3.0 beta sources gf-3.0beta.tgz] +- [GF 3.0 beta2 sources GF-3.0-beta2.tgz] (both system and library) - [GF libraries v 1.4 gf-lib-1.4.tgz] (compiled resource grammar libraries) -==Old releases== - -- [GF 2.9 download page ../../GF2/download/index.html] - ==Installation instructions== -To install a binary, just uncompress it and copy to a place that is on your path, -for instance, in ``/usr/local/bin``. You may want to rename it to ``gf``. - -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 //not// ``/usr/local/bin``, change -the ``prefix`` variable in the script. +The Windows package is installed by just unpacking it anywhere. It finds the libraries +relative to the ``.exe`` file. -- [gfc script for patch compiler ./gfc] +To install a binary package for Linux and Mac OS X: ++ uncompress the package by ``tar -xfz`` ++ ``cd`` to the created directory ++ ``./configure`` ++ ``make install`` The Mac OS X binary (Intel) requires Readline from [Mac Ports http://www.macports.org/]. To install, see above item. -The Windows binary is easiest if you have -[Cygwin http://www.cygwin.com/]. To install, see above item. - To compile and install from source: ``` tar xvfz gf-3.0beta.tgz @@ -52,7 +45,7 @@ To compile and install from source: make make install ``` -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 ``GF_LIB_PATH`` points. ``` cd $GF_LIB_PATH @@ -64,3 +57,8 @@ If this variable hasn't been defined, it is useful define it, e.g. ``` +==Old releases== + +- [GF 2.9 download page ../../GF2/download/index.html] + + -- cgit v1.2.3