GF 3.0 beta Linux binary (Intel, Ubuntu)
GF 3.0 beta MacOS X binary (Intel Mac with Leopard)
GF libraries v 1.4 (compiled resource grammar libraries)
To compile and install from source:
tar xvfz gf-3.0beta.tgz
cd GF/src
autoconf
./configure
make
make install
To install a binary,
tar xvfz BINARY-PACKAGE.tgz
cd GF-...
./configure
make install
You may need sudo make install.
If you cannot write in /usr/local/, you can change the target directory
by ./configure --prefix=MYDIR.
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.