packages feed

mandulia-0.4: INSTALL

Installation
============

The easy way
------------

Get 'gcc' and 'cabal-install' and run 'cabal install'.
If your CPU does not support SSE4 instructions, add '-f-SSE4'.


The slightly less easy way
--------------------------

If you cannot 'cabal-install', follow the usual Cabal procedure:

    runhaskell Setup.hs configure
    runhaskell Setup.hs build
    runhaskell Setup.hs install

Note that you will need 'GLUT' and 'hslua' installed first.

For more information:

    runhaskell Setup.hs help


See Also
--------

http://www.haskell.org/cabal/