basiblock: remove `markBackwardTargets'
[mate.git] / README
1 MateVM is i686 (i.e. 32-Bit) only at the moment.
2
3 == DEPENDENCIES ==
4 Install GHC via your distro manager. Make sure you install it with shared
5 libaries. On ubuntu 12.04 LTS that is:
6         $ sudo apt-get install ghc-dynamic
7
8 For an "easy" installation of the remaining packages, you can use
9 the script in "./tools/installhaskellenv.sh".
10 PLEASE NOTE: it deletes your ~/.cabal and ~/.ghc directory first in order to get
11 a fresh cabal install!