From 22b754d23b56189cf2e7a35096ecd4562ec4093f Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 13 Jun 2018 08:47:33 +0200 Subject: Clean up old download pages --- download/old-index.html | 146 ------------------------------------------------ 1 file changed, 146 deletions(-) delete mode 100644 download/old-index.html (limited to 'download') diff --git a/download/old-index.html b/download/old-index.html deleted file mode 100644 index 74dabb08c..000000000 --- a/download/old-index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - -Grammatical Framework Download and Installation - - - - -

Grammatical Framework
Download and Installation

- -

Latest developer code

-

-GF darcs repository -

- -

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

Old releases

- -
-
GF 3.0, 24 June 2009. -
-

-

- -

Installation instructions

- -

-Mac binary: gunzip and put somewhere on your path. -

-Linux: tar xvfz in / -

-Windows: 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 beta3, April 2009. - -3.0 beta2 - - - - - - -- cgit v1.2.3