Grammatical Framework Download and Installation

Latest developer code

GF darcs repository

Latest release

Installation instructions

The Windows package is installed by just unpacking it anywhere. It finds the libraries relative to the .exe file.

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.

To compile and install from source:

    tar xvfz gf-3.0beta.tgz
    cd GF/src
    autoconf
    ./configure
    make
    make install

To install the libraries (if done separately), unpack them in the place to which your GF_LIB_PATH points.

    cd $GF_LIB_PATH
    gtar xvfz gf-lib-1.4.tgz

If this variable hasn't been defined, it is useful define it, e.g.

    export GF_LIB_PATH=/usr/local/lib/gf/

Old releases