Small changes for the release.

This commit is contained in:
mainzelm 2003-10-28 09:56:21 +00:00
parent c557276d0c
commit b2e0c855bb
2 changed files with 15 additions and 5 deletions

14
INSTALL
View File

@ -14,13 +14,19 @@
./configure
* Use the --with-scsh-includes switch to specify the path to the
include directory of the scsh installation.
include directory of the scsh installation (default is
/usr/local/include).
* Use the --with-scsh-libraries switch to specify the path to the
library directory of the scsh installation.
library directory of the scsh installation (default is
/usr/local/lib/scsh)
* Use the --with-scsh-modules switch to specify the path to the
directory where Sunterlib is installed if this directory is not in
the scsh library path (See the description of the -ll option in
the scsh manual for more information about the library path
the scsh library path (default is
/usr/local/lib/scsh/modules). See the description of the -ll
option in the scsh manual for more information about the library
path.
3. Build scx by typing

6
README
View File

@ -6,7 +6,11 @@ rendering.
Please report bugs to scsh-bugs@zurich.ai.mit.edu.
Installation instructions in file INSTALL.
See the file INSTALL for installation instructions. The installation
procedure will produce a new executable "scx" that replaces the "scsh"
executable and an image "scx.image" that the scx executable will
load. Later versions of scx will provide a more convenient way of
building the system.
There is currently no documentation specific to scx but the
description of the original Elk API at