aboutsummaryrefslogtreecommitdiffstats
path: root/slib.texi
diff options
context:
space:
mode:
Diffstat (limited to 'slib.texi')
-rw-r--r--slib.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/slib.texi b/slib.texi
index 9251b9f..e9b1c10 100644
--- a/slib.texi
+++ b/slib.texi
@@ -10491,9 +10491,10 @@ you.
@node Installation, Porting, About SLIB, About SLIB
@section Installation
-Check the manifest in @file{README} to find a configuration file for
-your Scheme implementation. Initialization files for most IEEE P1178
-compliant Scheme Implementations are included with this distribution.
+Check the manifest in @file{/usr/doc/slib/README.gz} to find a
+configuration file for your Scheme implementation. Initialization files
+for most IEEE P1178 compliant Scheme Implementations are included with
+this distribution.
If the Scheme implementation supports @code{getenv}, then the value of
the shell environment variable @var{SCHEME_LIBRARY_PATH} will be used
@@ -10513,7 +10514,8 @@ comments in the file for how to configure it.
Once this is done you can modify the startup file for your Scheme
implementation to @code{load} this initialization file. SLIB is then
-installed.
+installed. The startup files are located in
+@file{/usr/lib/slib/init/}.
Multiple implementations of Scheme can all use the same SLIB directory.
Simply configure each implementation's initialization file as outlined