X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=README;h=b1b408a7aa6556233a1ddc7229eadee3bdf7f85b;hb=0dbbf1932d550293986af6244202cb735b2cd966;hp=5aab57271fef3bfea798d26fbcc0be4058068d98;hpb=1fcd15a716e0be3914a7d3cf66a4550de77aee18;p=ghc-hetmet.git diff --git a/README b/README index 5aab572..b1b408a 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -fptools build system -==================== +GHC build system +================ This is the top-level directory of the fptools build system. Several packages are part of this build system; if you got this as part of a @@ -8,10 +8,12 @@ the following directories: ghc The Glasgow Haskell Compiler hslibs A Collection of Haskell libraries + haddock A Haskell documentation tool haggis The Haggis GUI toolkit happy The Happy Haskell parser generator hdirect Haskell interop tool - green-card A foreign function interface pre-processor for Haskell. + greencard A foreign function interface pre-processor for Haskell. + libraries Haskell libraries (reqd. by ghc) nofib The NoFib Haskell benchmarking suite Additional documentation for each project can be found in its @@ -28,21 +30,29 @@ In addition, the following directories contain project-independent bits: Quick start: the following is *supposed* to work $ ./configure - $ make boot $ make $ make install where 'make' is whatever GNU make is called on your system (GNU make -is *required*). The configuration script is a standard GNU autoconf -script which accepts all the normal arguments, eg. --prefix= to -install the package somewhere other than /usr/local. Try ./configure ---help to get a full list of the options. +is *required*). If there are any other tools required for the build, +then the configure script will detect them and tell you if any are +missing. For example, a working GHC installation is required for +building most of the tools (including GHC itself). + +The configuration script is a standard GNU autoconf script which +accepts all the normal arguments, eg. --prefix= to install the +package somewhere other than /usr/local. Try ./configure --help to +get a full list of the options. There is usually an ANNOUNCE* file with any distribution. Please consult that, or the /README file, to find out how to proceed. -Full documentation for the fptools build system can be found on the -GHC web pages: +Full documentation for the fptools build system can be found in the +Building Guide: + + http://www.haskell.org/ghc/docs/latest/html/building/building-guide.html + +More information about GHC can be found here: http://www.haskell.org/ghc/