diff options
| author | hallgren <hallgren@chalmers.se> | 2012-02-28 14:51:09 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-02-28 14:51:09 +0000 |
| commit | c2cf5c48e5983e2a3af92a11e5a35b76a3d693b9 (patch) | |
| tree | 817ee58509202c8e0afdc3808f97a463aeb6a355 | |
| parent | 4ddf24429b50dc505822479ff6359f7f7307f6fa (diff) | |
Updates for the GF 3.3.3 download page
| -rw-r--r-- | download/index-3.3.3.t2t | 24 | ||||
| -rw-r--r-- | download/release-3.3.3.t2t | 1 |
2 files changed, 17 insertions, 8 deletions
diff --git a/download/index-3.3.3.t2t b/download/index-3.3.3.t2t index 5ee5bce30..2e477a67c 100644 --- a/download/index-3.3.3.t2t +++ b/download/index-3.3.3.t2t @@ -34,7 +34,7 @@ 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.3/lib + export GF_LIB_PATH=/usr/local/share/gf-3.3.3/lib ``` where ``/usr/local`` should be replaced with the path to the location where you @@ -46,11 +46,11 @@ unpacked the package. [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] - or newer. ++ Install the [Haskell Platform http://hackage.haskell.org/platform] + (versions 2010.2.0.0 - 2011.4.0.0 should work) (see note 2 below) + ``cabal update`` -+ On Linux: install some C libraries from your Linux distribution (see below) ++ On Linux: install some C libraries from your Linux distribution + (see note 1 below) + ``cabal install gf`` @@ -59,8 +59,9 @@ You can also download the full source package from here: === Notes === -The above steps installs GF for a single user and does not require root -privileges. The executables are put in ``$HOME/.cabal/bin`` +The above steps installs GF for a single user. +% and does not require root privileges. +The executables are put in ``$HOME/.cabal/bin`` (or, with recent versions of the Haskell platform on Mac OS X, in ``$HOME/Library/Haskell/bin``), so it is a good idea to put a line in your ``.bash_profile`` to add that directory to you path: @@ -73,7 +74,9 @@ or PATH=$HOME/Library/Haskell/bin:$PATH ``` -GF uses ``haskeline``, which depends some non-Haskell libraries that +**Note 1**. +GF uses [``haskeline`` http://hackage.haskell.org/package/haskeline], which +depends some non-Haskell libraries that won't be installed automatically by cabal, so you need to install them manually. Here is one way to do this: @@ -81,9 +84,14 @@ them manually. Here is one way to do this: - On Fedora: ``sudo yum install ghc-terminfo-devel`` +**Note 2**. +GF does **not** compile with the most recent versions of GHC (>=7.2). +GF does **not** compile with the most recent versions of Alex (>=3.0). + ==Installing from the latest developer code== The first time: +%, assuming you already have the Haskell Platform and darcs ``` darcs get --lazy http://www.grammaticalframework.org/ GF diff --git a/download/release-3.3.3.t2t b/download/release-3.3.3.t2t index 4b629c298..3a7f0dec6 100644 --- a/download/release-3.3.3.t2t +++ b/download/release-3.3.3.t2t @@ -15,6 +15,7 @@ See the [download page http://www.grammaticalframework.org/download/index.html]. - ... - ... + -------------------- [www.grammaticalframework.org http://www.grammaticalframework.org] |
