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 ++++++++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) (limited to 'download/index.html') 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

+ + - + -- cgit v1.2.3