summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2010-12-23 17:03:40 +0000
committerhallgren <hallgren@chalmers.se>2010-12-23 17:03:40 +0000
commit345d737e63764e15b375ea61d7a6a6f7a934f02d (patch)
tree707ada6bb88f418b6830687d5d9b80d1f99f3cf6
parent730bfd6c11fff5d385f634da61c17971e37f882a (diff)
download: add 64-bit Linux version + more details in the instructions for building from source
-rw-r--r--download/index-3.2.t2t12
1 files changed, 11 insertions, 1 deletions
diff --git a/download/index-3.2.t2t b/download/index-3.2.t2t
index 0944019a7..fb89f0f2c 100644
--- a/download/index-3.2.t2t
+++ b/download/index-3.2.t2t
@@ -15,10 +15,11 @@ What's new? See the [Release notes release-3.2.html].
| **Platform** | **Download** | **How to install**
+| Linux (32-bit) | [gf-3.2-bin-i386-linux.tar.gz gf-3.2-bin-i386-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i386-linux.tar.gz``
+| Linux (64-bit) | [gf-3.2-bin-x86_64-linux.tar.gz gf-3.2-bin-x86_64-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-x86_64-linux.tar.gz``
%| 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-i386-windows.zip gf-3.2-bin-i386-windows.zip] | ``unzip gf-3.2-bin-i386-windows.zip``
-| Linux | [gf-3.2-bin-i386-linux.tar.gz gf-3.2-bin-i386-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i386-linux.tar.gz``
More packages might be added later.
@@ -47,6 +48,7 @@ fairly simple:
+ Install the
[Haskell Platform 2010.2.0.0 (July 2010) http://hackage.haskell.org/platform].
+ ``cabal update``
++ On Linux: install some C libraries from your Linux distribution (see below)
+ ``cabal install gf``
@@ -60,6 +62,14 @@ idea to put a line in your ``.bash_profile`` to add that directory to you path:
PATH=$HOME/.cabal/bin:$PATH
```
+GF uses ``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:
+
+- On Ubuntu: ``sudo apt-get install libghc6-terminfo-dev``
+- On Fedora: ``sudo yum install ghc-terminfo-devel``
+
+
==Older releases==
- [GF 3.1.6 index.html] (April 2010).