moved GC/MemoryManager into Mate (more comfortable with packages etc - integration...
[mate.git] / README
diff --git a/README b/README
index 2cb413d9cc6afb24f3c87f86fffcd6697a2f80b9..499f56bd3e14dd92b7331b48bdf09a14d21b77c6 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,11 @@
+MateVM is i686 (i.e. 32-Bit) only at the moment.
+
 == DEPENDENCIES ==
-$ cabal install harpy
-$ cabal install hs-java # 0.2 at the moment!
+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!