Go to file
frese 805a374149 - added required install-lib version 2004-03-25 13:32:30 +00:00
c - added screen-number-of-screen function 2004-03-15 19:31:50 +00:00
scheme - added screen-number-of-screen function 2004-03-15 19:31:50 +00:00
.gitignore first commit 2004-01-04 14:57:00 +00:00
AUTHORS
COPYING
ChangeLog Add file to please automake 2003-11-17 08:54:24 +00:00
INSTALL
Makefile.am removed scheme from SUBDIRS 2003-12-16 16:27:29 +00:00
NEWS
README
configure.in Fix --with-xft=no 2004-02-11 22:03:12 +00:00
install-lib-module.scm - updated to new install-lib version 2004-02-01 23:12:26 +00:00
install-lib.scm - updated to new install-lib version 2004-02-01 23:12:26 +00:00
install-pkg - updated to new install-lib version 2004-02-01 23:12:26 +00:00
pkg-def.scm - added required install-lib version 2004-03-25 13:32:30 +00:00

README

Scx is an interface to Xlib for the Scheme implementation scsh. Scx is
based on the Xlib interface of Elk 3.0 and shares most of the original
API. In addition, scx provides bindings to the xft library for font
rendering.

Please report bugs to scsh-bugs@zurich.ai.mit.edu.

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
http://www-rn.informatik.uni-bremen.de/software/elk/doc.html might be
helpful.