Go to file
michel-schinz ba087d31af - use the quiet version of install-main 2004-05-22 10:47:06 +00:00
doc - renamed proposal.tex to install-lib.tex 2004-05-22 10:41:06 +00:00
scheme/install-lib *** empty log message *** 2004-05-22 10:45:30 +00:00
.gitignore - initial version (no layouts yet) 2003-12-14 12:14:21 +00:00
COPYING *** empty log message *** 2004-03-31 19:47:07 +00:00
Makefile - bumped version to 1.1.0 2004-05-17 20:15:11 +00:00
NEWS *** empty log message *** 2004-05-22 10:45:30 +00:00
README *** empty log message *** 2004-03-31 19:47:07 +00:00
get-version.scm *** empty log message *** 2004-05-22 10:45:30 +00:00
install.scm - use the quiet version of install-main 2004-05-22 10:47:06 +00:00
pkg-def.scm - use new name of documentation, 2004-05-22 10:46:37 +00:00

README

                      scsh installation library

Introduction
------------

This is the scsh installation library, which aims at making it easy to
install extension libraries for scsh.

The complete documentation for this library can be found in
doc/proposal.pdf. Apart from describing the library itself, this
document also explains how to install and use scsh packages in
general.

Notice that this library needs scsh v0.6.6 or newer, and will not
work at all with older versions.


Installation
------------

This library must be installed before any attempt at installing scsh
packages is made.

Installation is performed by running the install.scm script found in
the same directory as the present file. This script accepts the
following option:

  --prefix <dir>   directory in which to install files
                   (default: /usr/local)

The following files are installed:

  <prefix>/bin/scsh-install-pkg

    The script to run in order to install scsh packages. Its use is
    explained in the documentation (see below).

  <prefix>/share/scsh/install-lib/scheme/install-lib.scm
  <prefix>/share/scsh/install-lib/scheme/install-lib-module.scm

    The Scheme code for the installation library.

  <prefix>/share/doc/scsh/install-lib/proposal.pdf

    The documentation describing the installation library, and how to
    manage scsh packages in general.


Staged installation
-------------------

The installation script provides support for staged installation, as
needed by some package managment systems. The destination directory in
which files should be installed can be specified using the
"--dest-dir" option.