X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FINSTALL;h=679c62124ef4353a384fa32c7832f4cc533549b1;hb=27d13cb655147c28eeed0f06cac6fc40c5d778aa;hp=260d74dee73ae9f68b3e52a57b89244a54493a81;hpb=90a24e7d2e7906c1b5c7c81265169d8bbb47dbd3;p=ghc-hetmet.git diff --git a/distrib/INSTALL b/distrib/INSTALL index 260d74d..679c621 100644 --- a/distrib/INSTALL +++ b/distrib/INSTALL @@ -1,3 +1,33 @@ + +-------------------------------------------------------------------- + +The short story (if you are installing GHC from a binary dist): + +- Decide where you want to install it. +- Do ./configure --prefix=where-i-want-to-install-it +- Do make install + +That installs everything - the compiler, interactive system, +libraries, and documentation. At the end of 'make install' you will +be informed of what you need to add to your PATH, and also the +location of the documentation. + +Linux users: GHCi-5.00 needs libreadline.so.3. Newer Linuxes (SuSE +7.1, possibly RH 7.X, possibly Mandrake 8.X) only come with +libreadline.so.4. If you need libreadline.so.3 and only have the .4 +version, you might be able to get things working by making a symbolic +link from libreadline.so.4 to libreadline.so.3. We tried this on a +SuSE 7.1 box and it seemed to work. + +If something doesn't work as it should, please contact us at +glasgow-haskell-bugs@haskell.org. + +JRS, 10 April 2001. + +-------------------------------------------------------------------- + +The Long Story + This is the INSTALL instructions for a binary distribution of one of the fptools projects. For more details on what on earth this package is up to, please consult the README and ANNOUNCE. @@ -46,6 +76,8 @@ http://www.haskell.org/ghc/documentation.html. Bug reports/suggestions for improvement to the installation procedure/setup (as well as other GHC related troubles you're experiencing, of course), -gratefully received at glasgow-haskell-bugs@dcs.gla.ac.uk +gratefully received at glasgow-haskell-bugs@haskell.org Enjoy. + +--------------------------------------------------------------------