From c16b9fde48e5ebb8d6604241a5ef22b76e8c3ccc Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Sat, 27 Oct 2001 11:53:09 +0000 Subject: [PATCH] * minor updates to the slib installation notes. --- doc/ref/ChangeLog | 4 ++++ doc/ref/slib.texi | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 016049353..54f280d16 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,7 @@ +2001-10-27 Gary Houston + + * minor updates to the slib installation notes. + 2001-10-05 Thien-Thi Nguyen * scheme-io.texi (Writing): Add entry for `display'. diff --git a/doc/ref/slib.texi b/doc/ref/slib.texi index 445b084c6..a765a1329 100644 --- a/doc/ref/slib.texi +++ b/doc/ref/slib.texi @@ -28,17 +28,17 @@ guile> (probably-prime? 13) @node SLIB installation @section SLIB installation -The following seems to work, at least with slib 2c7: +The following seems to work (e.g., with slib versions 2c7 and 2d2): @enumerate @item -Unpack slib somewhere, e.g., /usr/local/lib/slib. +Unpack slib somewhere, e.g., /usr/local/share/slib. @item Create a symlink in the Guile site directory to slib, e.g.,: @example -ln -s /usr/local/lib/slib /usr/local/share/guile/site/slib +ln -s /usr/local/share/slib /usr/local/share/guile/site/slib @end example @item @@ -47,7 +47,7 @@ Use Guile to create the catalogue file, e.g.,: @example # guile guile> (use-modules (ice-9 slib)) -guile> (load "/usr/local/lib/slib/mklibcat.scm") +guile> (load "/usr/local/share/slib/mklibcat.scm") guile> (quit) @end example @@ -68,7 +68,7 @@ offending variables. Install the documentation: @example -cd /usr/local/lib/slib +cd /usr/local/share/slib rm /usr/local/info/slib.info* cp slib.info /usr/local/info install-info slib.info /usr/local/info/dir