=========================
INSTALLATION INSTRUCTIONS
For Microsoft platforms
=========================

For Unix, Linux, BSD, and other POSIX platforms (including Cygwin),
see the INSTALL file instead of this one.

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

You need GHC 6.6 or above plus the packages listed at
http://software.complete.org/missingh/wiki/RelatedSoftware#RequisiteLibraries

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

Before doing anything, open up a command prompt and cd into the
top-level missingh directory.

Now, run the script to build the program:

  winbuild

To install, run:

  setup install

To compile and run the unit tests, run:

  wintest

(More to come in this file)
