The SLIB package is a portable library for the programming language Scheme. It provides a platform independent framework for using “packages” of Scheme procedures and syntax. SLIB contains useful packages for all Scheme implementations, including Guile. Its catalog can be transparently extended to accommodate packages specific to a site, implementation, user or directory.
Download (HTTP): http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib3a1.tar.gz
Download MD5 sum: dc1aa0ffb9e2414223ceefc315f6baf9
Download size: 705 KB
Estimated disk space required: 8.6 MB
Estimated build time: 0.01 SBU
Install SLIB by issuing the following commands:
patch -Np1 -i ../slib-3a1-automate_install-1.patch && make
Now, as the root user:
make prefix=/usr/ install && make prefix=/usr/ catalogs && make prefix=/usr/ installinfo
make prefix=/usr/ catalogs: This command builds the SLIB Scheme implementation catalog.
make prefix=/usr/ installinfo: This commands installs the info documentation.
Last updated on 2005-08-14 15:03:38 -0600