diff --git a/download/index.html b/download/index.html index 74dabb08c..6651bf3a7 100644 --- a/download/index.html +++ b/download/index.html @@ -1,145 +1,77 @@ - +
-GF darcs repository +GF darcs repository
- --
-
- tar xvfz gf-3.0.tgz - cd gf-3.0 +GF 3.1.6 released 23 May 2010. + +
+What's new? See the release notes. +
++Follow this link. +
++The MacOS packages are installed by clicking at the icons, as usual. +
+
+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: uncompress the package by tar -xfz
+
+To compile and install from source on Mac or Linux, do: +
+
+ tar xvfz gf-[VERSION].tgz
+ cd GF/src
+ runghc Setup configure --user
runghc Setup build
runghc Setup install
-
- # alternative 2:
- make
- make install
--
-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:
+The last command must be prefixed by sudo, if the installation is outside
+user-writeable area.
+
+To install the libraries (if done separately), unpack them in the place to which your
+GF_LIB_PATH points.
+
- 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 + cd $GF_LIB_PATH + gtar xvfz gf-lib-[VERSION].tgz ++
+If this variable hasn't been defined, it is useful define it, e.g. +
++ export GF_LIB_PATH=/usr/local/lib/gf/-
+
+
+ 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 ++
+
+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 ++