Clutterhs Installation Instructions
------------------------------------
Prerequisites
~~~~~~~~~~~~~
You need GHC, the Haskell compiler (as far as I know). I've only
tested with 6.10.4.
You need gtk2hs installed from darcs, and c2hs 0.16.0.
Not so simple install procedure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# First, install gtk2hs from darcs:
darcs get --partial http://code.haskell.org/gtk2hs/
cd gtk2hs
autoreconf
./configure
make
[ Become root if necessary ]
make install
# Next, install Clutterhs:
tar -xzf <package>.tar.gz # unpack the sources
cd <package> # change to the toplevel directory
runghc Setup.hs configure # configure the build system
runghc Setup.hs build # build everything
[ Become root if necessary ]
runghc Setup.hs install # install clutterhs
Documentation
~~~~~~~~~~~~~
Documentation can be built with
$ runghc Setup.hs haddock