moved GC/MemoryManager into Mate (more comfortable with packages etc - integration...
[mate.git] / README
diff --git a/README b/README
index 77dd07a6af00fb4076ed90fff5ae8621e110f909..499f56bd3e14dd92b7331b48bdf09a14d21b77c6 100644 (file)
--- a/README
+++ b/README
@@ -1,29 +1,11 @@
-== DEPENDENCIES ==
-=== HARPY ===
-       $ cabal install harpy
-
-=== HS-JAVA ===
-for `hs-java' a patched build is needed:
-       $ git clone git://wien.tomnetworks.com/hs-java.git
-       $ git checkout v0.2
-       $ cd hs-java; cabal configure; cabal build; cabal install
-
+MateVM is i686 (i.e. 32-Bit) only at the moment.
 
-== NOTE ==
-unfortunately, many haskell libaries arn't tested very well, so building
-libraries from hackage can be a very painful trip.
-
-a system configuration we had success building all required
-libraries (yes, no x86_64 so far!):
-       $ uname -a
-       Linux hermann 2.6.32-22-generic-pae #36-Ubuntu SMP Thu Jun 3 23:14:23 UTC
-       2010 i686 GNU/Linux
-       $ cat /etc/issue
-       Ubuntu 10.04.4 LTS \n \l
-       $ ghc --version
-       The Glorious Glasgow Haskell Compilation System, version 6.12.1
-       $ gcc --version
-       gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
-       Copyright (C) 2009 Free Software Foundation, Inc.
-       This is free software; see the source for copying conditions.  There is NO
-       warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+== DEPENDENCIES ==
+Install GHC via your distro manager. Make sure you install it with shared
+libaries. On ubuntu 12.04 LTS that is:
+       $ sudo apt-get install ghc-dynamic
+
+For an "easy" installation of the remaining packages, you can use
+the script in "./tools/installhaskellenv.sh".
+PLEASE NOTE: it deletes your ~/.cabal and ~/.ghc directory first in order to get
+a fresh cabal install!