Skip to content

Instantly share code, notes, and snippets.

@hectorv
Created April 15, 2012 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hectorv/2389324 to your computer and use it in GitHub Desktop.
Save hectorv/2389324 to your computer and use it in GitHub Desktop.
haskell installation
aria2c http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-unknown-linux.tar.bz2
tar xfvj ghc-7.0.4-x86_64-unknown-linux.tar.bz2
cd ghc-7.0.4/
./configure
sudo make install
cd ../
sudo apt-get install libgl1-mesa-dev
sudo apt-get install libglc-dev
sudo apt-get install freeglut3-dev
aria2c http://lambda.haskell.org/platform/download/2011.4.0.0/haskell-platform-2011.4.0.0.tar.gz
tar xfvz haskell-platform-2011.4.0.0.tar.gz
cd haskell-platform-2011.4.0.0/
./configure
make
sudo make install
cabal update
cabal install cabal-install
cabal update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment