-------------------------------------------
Installing uuagc from a source distribution
-------------------------------------------
Here we assume that you have downloaded the sources from http://www.cs.uu.nl/wiki/HUT/Download .

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

  The 1.0 release of Cabal has a bug that prevents
  the installation step from succeeding.
  You may prefer to use the following alternative:

    ./configure
    make build
    make install

-------------------------------
Using the user package database
-------------------------------

  In the case that you registered uulib in your
  user package database you may install uuagc
  thusly:

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

  Following the second alternative, you should
  re-run the configure script:

    ./configure --with-user-pckg
    make build
    make install

---------------------------------------------------------------
Installing uuagc after checking out from the svn respository
---------------------------------------------------------------
Please note that this is only possible if you alreday have a running version of the uuagc on your system. 
This can be downloaded from: http://www.cs.uu.nl/wiki/HUT/Download

    autoconf
    ./configure
    make build
    make install



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

Path: trunk
URL: https://svn.cs.uu.nl:12443/repos/uust-repo/uuagc/trunk
Repository Root: https://svn.cs.uu.nl:12443/repos/uust-repo
Repository UUID: 30b93d28-2606-0410-b7f1-95e0edb40354
Revision: 143
Node Kind: directory
Schedule: normal
Last Changed Author: Jeroen_Fokker
Last Changed Rev: 143
Last Changed Date: 2007-04-20 17:32:38 +0200 (Fri, 20 Apr 2007)

