summaryrefslogtreecommitdiff
path: root/download/index-3.2.t2t
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2010-12-20 21:56:10 +0000
committerhallgren <hallgren@chalmers.se>2010-12-20 21:56:10 +0000
commitad736fc7b1e8d93b81b93005e651535b0750a06c (patch)
treed64104bc7014248e24305926ad64986cfcc3ba50 /download/index-3.2.t2t
parent82d32af41007efd5972967441bfc730329735e5a (diff)
download/index-3.2.t2t: first version of download page for GF release 3.2
Diffstat (limited to 'download/index-3.2.t2t')
-rw-r--r--download/index-3.2.t2t76
1 files changed, 76 insertions, 0 deletions
diff --git a/download/index-3.2.t2t b/download/index-3.2.t2t
new file mode 100644
index 000000000..7016333a4
--- /dev/null
+++ b/download/index-3.2.t2t
@@ -0,0 +1,76 @@
+Grammatical Framework Download and Installation
+
+
+%!style:../css/style.css
+%!postproc(html): <TD><B> <TH>
+%!postproc(html): </B></TD> </TH>
+%!postproc(html): <H1> <H1><IMG src="../doc/Logos/gf0.png">
+
+**GF 3.2** was released on 23 December 2010.
+
+What's new? See the [Release notes release-3.2.html].
+
+
+== Binary packages for the latest release ==
+
+
+| **Platform** | **Download** | **How to install**
+| MacOS X | [gf-3.2-leopard.pkg gf-3.2-leopard.pkg] | Double-click on the package icon and follow the instructions
+| MacOS X | [gf-3.2-bin-intel-mac.tar.gz gf-3.2-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-intel-mac.tar.gz``
+| Windows | [gf-3.2-bin-i486-windows.zip gf-3.2-bin-i486-windows.zip] | ``unzip gf-3.2-bin-i486-windows.zip``
+| Linux | [gf-3.2-bin-i486-linux.tar.gz gf-3.2-bin-i486-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i486-linux.tar.gz``
+
+===Notes===
+
+The Windows package is installed by just unpacking it anywhere.
+It finds the libraries relative to the ``.exe`` file.
+
+The MacOS and Linux packages are designed to be installed in ``/usr/local``.
+You can install them in other locations, but then you need to set the
+``GF_LIB_PATH`` environment variable:
+
+```
+ export GF_LIB_PATH=/usr/local/share/gf-3.2/lib
+```
+
+where ``/usr/local`` should be replaced with the path to the location where you
+unpacked the package.
+
+
+==Installing the latest release from source==
+
+GF is on [Hackage http://hackage.haskell.org/package/gf], so the prodedure is
+fairly simple:
+
++ Install the
+ [Haskell Platform 2010.2.0.0 (July 2010) http://hackage.haskell.org/platform].
++ ``cabal update``
++ ``cabal install gf``
+
+
+=== Notes ===
+
+The above steps installs GF for a single user and does not require root
+privileges. The executables are put in ``$HOME/.cabal/bin``, so it is a good
+idea to put a line in your ``.bash_profile`` to add that directory to you path:
+
+```
+ PATH=$HOME/.cabal/bin:$PATH
+```
+
+==Older releases==
+
+- [GF 3.1.6 index.html] (April 2010).
+- [GF 3.1 old-index.html] (December 2009).
+
+
+==Latest developer code==
+
+```
+ darcs get --lazy http://www.grammaticalframework.org
+```
+
+--------------------
+
+[www.grammaticalframework.org http://www.grammaticalframework.org]
+ \ No newline at end of file