diff --git a/download.html b/download.html deleted file mode 100644 index 5da03ea53..000000000 --- a/download.html +++ /dev/null @@ -1,54 +0,0 @@ - -
- -GF Version 2.8, released 8 July 2007; updated 12 September. -- tar xvfz GF-2.8-i386-pc-linux-gnu.tgz - cd GF-2.8-i386-pc-linux-gnu - ./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. - - -
- -Don't forget that you can always get the current sources from the -GF Darcs Repository. First time you do -
- darcs get --partial --set-scripts-executable http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/ --and subsequent times -
- darcs pull -a --Then compile and install as described in -GF/src/INSTALL. - - - - 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 @@ - - - - -
-
-
- 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 --