X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=499f56bd3e14dd92b7331b48bdf09a14d21b77c6;hb=aaa4d004b6562f74fd34d71856facf7227788389;hp=2cb413d9cc6afb24f3c87f86fffcd6697a2f80b9;hpb=1c105c478918638cd02a42c96055681bff79aa4d;p=mate.git diff --git a/README b/README index 2cb413d..499f56b 100644 --- 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!