From fde09570f78d6cac054470208a3c5019c7ca8292 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 15 Dec 2009 17:20:49 +0000 Subject: Download page updated for GF 3.1 release --- download/index.html | 87 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 17 deletions(-) diff --git a/download/index.html b/download/index.html index b6adf009f..c4647bc22 100644 --- a/download/index.html +++ b/download/index.html @@ -1,34 +1,88 @@ - + Grammatical Framework Download and Installation - -

Grammatical Framework Download and Installation

- -
+ + + + +

Grammatical Framework
Download and Installation

Latest developer code

GF darcs repository

-

Latest release

+

Latest release

+ +
+
GF 3.1, 15 December 2009 +
+

+

+ +

Installation instructions

+ +
    +
  • Linux & Mac binaries: tar xvfz in / +
  • Windows binary: unzip in c:\ +
  • Compiled library: + tar xvfz in some DIR and point the variable GF_LIB_PATH to DIR/lib. +
  • +Source package: tar xvfz somewhere and compile as follows: +

    +

    +    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
    +
    +
-GF 3.0, 24 June 2009. +

Old releases

+ +
+
GF 3.0, 24 June 2009. +
+

- -

Installation instructions

@@ -55,10 +109,9 @@ Source package: tar xvfz somewhere and compile as follows: make make install +

-

Old releases

- GF 3.0 beta3, April 2009.