diff options
author | sewardj <unknown> | 2001-04-10 13:52:31 +0000 |
---|---|---|
committer | sewardj <unknown> | 2001-04-10 13:52:31 +0000 |
commit | 7516738a036aac81e165d5e0a4973f1b1585a855 (patch) | |
tree | 96e0f1bcb5b3b58d9c415929f0a420e0a24d2d7f /distrib/INSTALL | |
parent | 729d39b8d4589e632c3783c390b055261dc2abb5 (diff) | |
download | haskell-7516738a036aac81e165d5e0a4973f1b1585a855.tar.gz |
[project @ 2001-04-10 13:52:31 by sewardj]
Make installation of documentation in binary dists work properly.
Also install documentation by default for make install.
Diffstat (limited to 'distrib/INSTALL')
-rw-r--r-- | distrib/INSTALL | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/distrib/INSTALL b/distrib/INSTALL index d4f722c07b..679c62124e 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. @@ -49,3 +79,5 @@ Bug reports/suggestions for improvement to the installation procedure/setup gratefully received at glasgow-haskell-bugs@haskell.org Enjoy. + +-------------------------------------------------------------------- |