X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=README;h=b1b408a7aa6556233a1ddc7229eadee3bdf7f85b;hb=7aede9b10573d1c652bf6f18e9fcaf65c2b6f656;hp=fa07e73d6f8bf27c4a2ffe302856d854ab08ce43;hpb=c6fd65f1b9e5420a8c0e17272e87d01f33db987a;p=ghc-hetmet.git diff --git a/README b/README index fa07e73..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 @@ -34,10 +34,15 @@ 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.