From 2510d69d3edf6804781e46fef91f0e094d13c798 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 16 Jul 2001 11:43:17 +0000 Subject: [PATCH] [project @ 2001-07-16 11:43:17 by simonpj] Add docs re installed file layout --- ghc/docs/users_guide/installing.sgml | 178 +++++++++++++++++++++++++++++++++- 1 file changed, 176 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index d26b235..3dee1a9 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -15,10 +15,19 @@ Haskell, so binary distributions allow you to install them without having a Haskell compiler.) -This guide is in two parts: installing on Unix-a-likes, and installing on Windows. +This guide is in several parts: + + Installing on Unix-a-likes (). + Installing on Windows (). + The layout of installed files (). +You don't need to know this to install GHC, +but it's useful if you are changing the implementation. + Installing or building the documentation (). + - Installing on Unix-a-likes + + Installing on Unix-a-likes When a platform-specific package is available @@ -659,6 +668,171 @@ unfortunately. Anyway, better to install 4.08 binaries and use those. + Building the documentation -- 1.7.10.4