=========================================
INSTALLATION INSTRUCTIONS
For Linux, Unix, BSD, and POSIX platforms
=========================================

Please see the file INSTALL-win.txt for Windows platform instructions.

PREREQUISITES
-------------

You must satisfy one or more of these major categories:

1. GHC 6.6 or above (including cpphs) or Hugs

2. MissingH and its dependencies;
   see http://software.complete.org/missingh

INSTALLATION
------------

The first step is to generate your setup file.  To do that, run:

  make setup

Now, for GHC:

 ./setup configure
 ./setup build
 ./setup install

Or, for Hugs:

 ./setup configure --hugs
 ./setup build
 ./setup install
 
Optionally, to run the unit tests, you'll need to install HUnit.  Then:

 make test-ghc6

or:

 make test-hugs

(More to come in this file)
