[project @ 2001-01-16 17:47:10 by simonmar]
[ghc-hetmet.git] / README
1 fptools build system
2 ====================
3
4 This is the top-level directory of the fptools build system.  Several
5 packages are part of this build system; if you got this as part of a
6 source distribution (eg. for GHC), then you will have one or more of
7 the following directories:
8
9     ghc           The Glasgow Haskell Compiler
10     hslibs        A Collection of Haskell libraries
11     haggis        The Haggis GUI toolkit
12     happy         The Happy Haskell parser generator
13     hdirect       Haskell interop tool
14     green-card    A foreign function interface pre-processor for Haskell.
15     nofib         The NoFib Haskell benchmarking suite
16
17 Additional documentation for each project can be found in its
18 respective directory.
19
20 In addition, the following directories contain project-independent bits:
21
22     mk            GNU make setup used by all of fptools
23     glafp-utils   Shared utility programs
24     docs          Documentation on the installing and using
25                   the fptools build system.
26     distrib       Tools and additional bits for building distributions
27
28 Quick start:  the following is *supposed* to work
29
30         $ ./configure
31         $ make
32         $ make install
33
34 where 'make' is whatever GNU make is called on your system (GNU make
35 is *required*).  The configuration script is a standard GNU autoconf
36 script which accepts all the normal arguments, eg. --prefix=<blah> to
37 install the package somewhere other than /usr/local.  Try ./configure
38 --help to get a full list of the options.
39
40 There is usually an ANNOUNCE* file with any distribution.  Please
41 consult that, or the <piece>/README file, to find out how to proceed.
42
43 Full documentation for the fptools build system can be found on the
44 GHC web pages: 
45
46         http://www.haskell.org/ghc/
47
48 --
49 The GHC Team,  glasgow-haskell-users@haskell.org