guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/doc/ref ChangeLog slib.texi


From: Gary Houston
Subject: guile/guile-core/doc/ref ChangeLog slib.texi
Date: Sat, 27 Oct 2001 07:50:59 -0400

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/10/27 07:50:59

Modified files:
        guile-core/doc/ref: ChangeLog slib.texi 

Log message:
        * minor updates to the slib installation notes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/ChangeLog.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/slib.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/ref/ChangeLog
diff -u guile/guile-core/doc/ref/ChangeLog:1.8 
guile/guile-core/doc/ref/ChangeLog:1.9
--- guile/guile-core/doc/ref/ChangeLog:1.8      Fri Oct  5 14:05:10 2001
+++ guile/guile-core/doc/ref/ChangeLog  Sat Oct 27 07:50:59 2001
@@ -1,3 +1,7 @@
+2001-10-27  Gary Houston  <address@hidden>
+
+       * minor updates to the slib installation notes.
+
 2001-10-05  Neil Jerram  <address@hidden>
 
        * scheme-evaluation.texi (Fly Evaluation): Removed documentation
Index: guile/guile-core/doc/ref/slib.texi
diff -u guile/guile-core/doc/ref/slib.texi:1.1 
guile/guile-core/doc/ref/slib.texi:1.2
--- guile/guile-core/doc/ref/slib.texi:1.1      Fri Aug 24 05:40:29 2001
+++ guile/guile-core/doc/ref/slib.texi  Sat Oct 27 07:50:59 2001
@@ -28,17 +28,17 @@
 @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 @@
 @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 @@
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]