1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00

* minor updates to the slib installation notes.

This commit is contained in:
Gary Houston 2001-10-27 11:53:09 +00:00
parent 50565eb6a2
commit c16b9fde48
2 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2001-10-27 Gary Houston <ghouston@arglist.com>
* minor updates to the slib installation notes.
2001-10-05 Thien-Thi Nguyen <ttn@glug.org> 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
* scheme-io.texi (Writing): Add entry for `display'. * scheme-io.texi (Writing): Add entry for `display'.

View file

@ -28,17 +28,17 @@ guile> (probably-prime? 13)
@node SLIB installation @node SLIB installation
@section 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 @enumerate
@item @item
Unpack slib somewhere, e.g., /usr/local/lib/slib. Unpack slib somewhere, e.g., /usr/local/share/slib.
@item @item
Create a symlink in the Guile site directory to slib, e.g.,: Create a symlink in the Guile site directory to slib, e.g.,:
@example @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 @end example
@item @item
@ -47,7 +47,7 @@ Use Guile to create the catalogue file, e.g.,:
@example @example
# guile # guile
guile> (use-modules (ice-9 slib)) guile> (use-modules (ice-9 slib))
guile> (load "/usr/local/lib/slib/mklibcat.scm") guile> (load "/usr/local/share/slib/mklibcat.scm")
guile> (quit) guile> (quit)
@end example @end example
@ -68,7 +68,7 @@ offending variables.
Install the documentation: Install the documentation:
@example @example
cd /usr/local/lib/slib cd /usr/local/share/slib
rm /usr/local/info/slib.info* rm /usr/local/info/slib.info*
cp slib.info /usr/local/info cp slib.info /usr/local/info
install-info slib.info /usr/local/info/dir install-info slib.info /usr/local/info/dir