sunterlib/INSTALL

29 lines
861 B
Plaintext
Raw Normal View History

2003-02-24 13:48:44 -05:00
Scheme Untergrund Library
REQUIREMENTS
The Scheme Untergrund Library requires that scsh is installed on your
system. If you don't have it, please obtain and install it before
building sunterlib. See the webpage <http://scsh.net/>.
BUILD
2003-02-24 13:48:44 -05:00
If you obtained the source from cvs, type 'make' to build the
package. This is not necessary if you have a tar distribution.
2003-02-24 13:48:44 -05:00
INSTALLATION
2003-02-24 13:48:44 -05:00
As of version 0.6, sunterlib follows Michel Schinz's scsh package
proposal for installation and use. Please see:
2004-04-13 12:38:01 -04:00
http://lamp.epfl.ch/~schinz/scsh_packages/
2003-02-24 13:48:44 -05:00
2004-04-13 12:38:01 -04:00
Running the installation script (scsh-install-pkg) in the top-level
distribution directory will install all of the libraries.
2003-02-24 13:48:44 -05:00
2004-04-13 12:38:01 -04:00
ISSUE: Currently it is not possible to run the installation script in
an individual library's subdirectory to install just that library.
2003-02-24 13:48:44 -05:00
UNINSTALLATION
See the packaging proposal for details.