Install the generic Haskell 6.10.4 package from http://haskell.org/ghc/download_ghc_6_10_4.html#x86linux
- wget http://haskell.org/ghc/dist/6.10.4/ghc-6.10.4-i386-unknown-linux-n.tar.bz2
- bunzip2 ghc-6.10.4-i386-unknown-linux-n.tar.bz2
- tar -xvf ghc-6.10.4-i386-unknown-linux-n.tar
- cd ghc-6.10.4
- ./configure --prefix=$HOME/applications
- make install
No comments:
Post a Comment