README: more install instructions
[mate.git] / README
1 == DEPENDENCIES ==
2 === HARPY ===
3         $ cabal install harpy
4
5 === HS-JAVA ===
6 for `hs-java' a patched build is needed:
7         $ git clone git://wien.tomnetworks.com/hs-java.git
8         $ git checkout v0.2
9         $ cd hs-java; cabal configure; cabal build; cabal install
10
11
12 == NOTE ==
13 unfortunately, many haskell libaries arn't tested very well, so building
14 libraries from hackage can be a very painful trip.
15
16 a system configuration we had success building all required
17 libraries (yes, no x86_64 so far!):
18         $ uname -a
19         Linux hermann 2.6.32-22-generic-pae #36-Ubuntu SMP Thu Jun 3 23:14:23 UTC
20         2010 i686 GNU/Linux
21         $ cat /etc/issue
22         Ubuntu 10.04.4 LTS \n \l
23         $ ghc --version
24         The Glorious Glasgow Haskell Compilation System, version 6.12.1
25         $ gcc --version
26         gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
27         Copyright (C) 2009 Free Software Foundation, Inc.
28         This is free software; see the source for copying conditions.  There is NO
29         warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.