260d74dee73ae9f68b3e52a57b89244a54493a81
[ghc-hetmet.git] / distrib / INSTALL
1 This is the INSTALL instructions for a binary distribution of one of
2 the fptools projects. For more details on what on earth this package
3 is up to, please consult the README and ANNOUNCE.
4
5 To start using the bundle, you can either:
6
7 * use it in-place, i.e., don't go ahead with a
8   full install, but just set it up to use the unpacked
9   distribution in-situ.
10
11 * get it over with, and do the full install (details of how are ahead).
12
13 NOTE Win32 users: see comment below before continuing.
14
15 To set the ball rolling, run the configure script (as usual, run
16 the script with --help to see what options it supports).
17
18 This will figure out what platform you're running on, and a couple of other
19 interesting pieces of trivia, which it will then fill in the Makefile.in
20 template to give you a real Makefile. 
21
22 [Win32 users: don't be alarmed if you should encounter the following
23  message from the configure script:
24   
25       not updating unwritable cache ./config.cache
26
27 This is a known problem of generated autoconf configure scripts running
28 on cygwin, but harmless (it only means you get to re-do all the configure
29 tests should you decide to re-run the script.)
30 ]
31
32 Have a look at the Makefile to see if you agree with the information
33 therein. If you want to use the bundle in-place, now run:
34
35         make in-place
36
37 If you're installing,  run
38
39         make install 
40
41 (`make show-install-setup' prints the details of where the different
42 pieces of the bundle are heading when -- possibly helpful).
43
44 GHC's installation instructions have more information, check out
45 http://www.haskell.org/ghc/documentation.html.
46
47 Bug reports/suggestions for improvement to the installation procedure/setup
48 (as well as other GHC related troubles you're experiencing, of course),
49 gratefully received at glasgow-haskell-bugs@dcs.gla.ac.uk
50
51 Enjoy.