Installing uulib from a source distribution
-------------------------------------------

  The source distribution can be unpacked from the
  .tar.gz files distributed in the following page:

    http://www.cs.uu.nl/wiki/HUT/Download

  System wide installation (assumming GHC is the
  Haskell compiler) can be done like this:

    ./configure
    ghc --make Setup.hs -o setup -package Cabal
    ./setup configure
    ./setup build
    ./setup install


Installing uulib from the subversion repository
-----------------------------------------------

  Which can be obtained running the following subversion command:

    svn co https://svn.cs.uu.nl:12443/repos/uust-repo/uulib/trunk/

  Now install following the instructions below:

    autoconf
    ./configure

  This generates uulib.cabal which is needed for the cabal commands:

    ghc --make Setup.hs -o setup -package Cabal
    ./setup configure
    ./setup build
    ./setup install

  If you want to install to a non-standard location
  you don't need to pass a path to configure, just follow
  the steps outlined above.


Installing uulib to a non-standard location
-------------------------------------------

  This is useful if you don't want (or can't)
  modify system wide settings.

    ./configure
    ghc --make Setup.hs -o setup -package Cabal
    ./setup configure --prefix=/foo
    ./setup build
    ./setup install --user

  The last command registers the package only for
  the user.


Optionally generating Haddock Documentation
-------------------------------------------

  Requires cpphs 0.9
  Output generated in dist/doc/html

    ./setup haddock



Revision information (for bug reporting)
----------------------------------------

Path: trunk
URL: https://svn.cs.uu.nl:12443/repos/uust-repo/uulib/trunk
Repository Root: https://svn.cs.uu.nl:12443/repos/uust-repo
Repository UUID: 30b93d28-2606-0410-b7f1-95e0edb40354
Revision: 178
Node Kind: directory
Schedule: normal
Last Changed Author: arthurvl
Last Changed Rev: 154
Last Changed Date: 2007-05-09 13:55:16 +0200 (Wed, 09 May 2007)

