~ubuntu-branches/ubuntu/maverick/haskell-configfile/maverick

« back to all changes in this revision

Viewing changes to INSTALL-win.txt

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-03-08 14:22:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070308142203-j9niks7p5q8e9ycs
Tags: 1.0.1
Rebuild against newer MissingH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 MissingH, which you can find at
 
13
http://software.complete.org/missingh
 
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)