On Mon, 22 Nov 2004 13:08:23 +0100 (MET)
Fabian Boucsein <kanvas75@web.de> wrote:
> Dear scsh users,
>
> i would like to compile the cvs version of the scx
> package. What tools do i need to do that?
> There is no configure and no Makefile file.
A quick check confirms what I thought.
In summary of below you need:
scsh 0.6x - install the scheme shell (it is a standard
configure/make/make install dance)
The link below points to the installation library, it uses a scsh script
to install (install.scm) which handles the above dance etc. One thing I
would HIGHLY suggest is reading the README and INSTALL files in this
package. They are very clear, but you are setting where you want the
libraries for scsh to be installed.
And below are the instructions once you have those things setup.
Basically it is the same for all the scsh packages that use the install
library.
The details are pretty clear below.
>From the INSTALL file:
These are generic installation instructions for scsh packages.
Prerequisites
=============
The scsh installation library is required to install this package.
This library *must* be present on your system before the current
package can be installed. It can be obtained from the following Web
page:
http://lamp.epfl.ch/~schinz/scsh_packages/
The installation library comes with its own documentation which
explains in detail how to install and use scsh packages. It is
recommended that you read it before installing your first scsh
package. What follows is a very brief summary of this documentation,
intended to get you started quickly.
Installation
============
Installation of a scsh package is performed by launching the
"scsh-install-pkg" script, which is part of the scsh installation
library. This script must be launched from within the directory which
resulted from the expansion of the current package's archive, i.e. the
one containing the file you are reading now.
A list of all the arguments accepted by the "scsh-install-pkg" script
can be obtained by launching it with the "--help" option. One of these
arguments, "--prefix", is mandatory and specifies the location where
installation should be performed. Ideally, you should use the same
prefix to install all scsh packages, as this makes them easier to
manage and use.
For example, to install the current package in
"/usr/local/share/scsh-modules", you should type the following:
scsh-install-pkg --prefix=/usr/local/share/scsh-modules
Provided that no errors are encountered during installation, a
message will be printed at the end explaining how to use the newly
installed package.
Good luck,
Rohan
|