43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
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! |