Go to file
mainzelm 60ab75a7f8 More for this documentation thingie. 2006-06-01 15:33:36 +00:00
doc More for this documentation thingie. 2006-06-01 15:33:36 +00:00
scheme lookup-env-var -> getenv 2006-06-01 09:04:44 +00:00
.gitignore *** empty log message *** 2004-09-14 11:54:00 +00:00
AUTHORS Auxiliary files 2005-10-04 13:38:24 +00:00
COPYING Auxiliary files 2005-10-04 13:38:24 +00:00
Makefile More for this documentation thingie. 2006-06-01 15:33:36 +00:00
NEWS Auxiliary files 2005-10-04 13:38:24 +00:00
README 0.2 2006-04-18 15:51:20 +00:00
install.scm More for this documentation thingie. 2006-06-01 15:33:36 +00:00
pkg-def.scm 0.2 2006-04-18 15:51:20 +00:00

README

Commander S 0.2 README					-*- outline -*-


                                                   Tuebingen, April 2006


			     Commander S
                             ===========

* Requirements

  Before installing Commander S, you need to install the following
  software:

  - The latest release, version 0.6.7, of scsh, the Scheme Shell.
    (From <http://www.scsh.net>) [Currently only available as beta
    version from ftp://ftp.scsh.net/pub/scsh/0.6]

  - Version 1.3.0 of install-lib, the scsh installation library
    (From <http://lamp.epfl.ch/~schinz/scsh_packages/scsh-install-lib-1.3.0.tar.gz>)

  - Version 1.1 of scsh-ncurses, the scsh bindings for ncurses
    (From <ftp://ftp.scsh.net/pub/scsh/packages/scsh-ncurses/scsh-ncurses-1.1.tar.gz>)

  - Version 0.8 of Sunterlib, the Scheme Untergrund library 
    (From <http://savannah.nongnu.org/download/sunterlib/sunterlib-0.8.tar.gz>)

* Installation

  Run the script install.scm from the top of the tarball:

  ./install.scm

  The only important option is --prefix to specify a directory where
  files are installed. /usr/local is the usual choice for this
  argument. Use the --help options to see all possible options.

* Bug reports, questions, patches

  Please contact the developers of Commander S via the mailing list
  scsh-users@scsh.net.

Have fun!