| 1 | =========================
|
| 2 | INSTALLATION INSTRUCTIONS
|
| 3 | For Microsoft platforms
|
| 4 | =========================
|
| 5 |
|
| 6 | For Unix, Linux, BSD, and other POSIX platforms (including Cygwin),
|
| 7 | see the INSTALL file instead of this one.
|
| 8 |
|
| 9 | PREREQUISITES
|
| 10 | -------------
|
| 11 |
|
| 12 | You need GHC 6.6 or above plus the packages listed at
|
| 13 | http://software.complete.org/missingh/wiki/RelatedSoftware#RequisiteLibraries
|
| 14 |
|
| 15 | INSTALLATION
|
| 16 | ------------
|
| 17 |
|
| 18 | Before doing anything, open up a command prompt and cd into the
|
| 19 | top-level missingh directory.
|
| 20 |
|
| 21 | Now, run the script to build the program:
|
| 22 |
|
| 23 | winbuild
|
| 24 |
|
| 25 | To install, run:
|
| 26 |
|
| 27 | setup install
|
| 28 |
|
| 29 | To compile and run the unit tests, run:
|
| 30 |
|
| 31 | wintest
|
| 32 |
|
| 33 | (More to come in this file)
|