X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=README;h=0adcfdd9a20c46f986ab38f4156de0672dc11344;hp=153ed244ed56cc22bde893522f5bcc788309642c;hb=c883f6969ad957637649f3af1a2b6977555bdd32;hpb=cab3c5cb1a0038412472172cb0b25bc81dfdde8f diff --git a/README b/README index 153ed24..0adcfdd 100644 --- a/README +++ b/README @@ -34,16 +34,25 @@ Quick start: the following is *supposed* to work $ 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/