add -fflatten and -funsafe-skolemize flags
[ghc-hetmet.git] / distrib / INSTALL
1 This is the INSTALL instructions for a binary distribution of GHC. For
2 more details on what on earth this package is up to, please consult
3 the README and ANNOUNCE.
4
5 This distribution can be installed in a location of your choosing.
6
7 To set the ball rolling, run the configure script (as usual, run the
8 script with --help to see what options it supports).  eg. to set up
9 the package for installing in directory <my-dir>, use
10
11         ./configure --prefix=<my-dir>
12
13 The default installation directory is /usr/local.
14
15 The configure script will figure out what platform you're running on,
16 and a couple of other interesting pieces of trivia, which it will then
17 fill in the Makefile.in template to give you a real Makefile.  If
18 you're of a paranoid persuasion, you might want to take a look at this
19 Makefile to see if the information is correct.
20
21 Now run:
22
23         make install 
24
25 (`make show-install-setup' prints the details of where the different
26 pieces of the bundle are heading when -- possibly helpful).
27
28 For more information, full GHC documentation is available from the
29 main GHC site:
30
31   http://www.haskell.org/ghc
32
33 Bug reports/suggestions for improvement to the installation
34 procedure/setup (as well as other GHC related troubles you're
35 experiencing, of course), gratefully received.  Bug reporting
36 instructions are here:
37
38   http://www.haskell.org/ghc/reportabug
39
40 Enjoy,
41 -- The GHC Team.