Parent Directories
Directory rpx
Welcome!
========
This is rpx, a port of ratpoison to Guile Scheme.
Although initially intended as a proof-of-concept exercise
to plumb ttn's ignorance of X11, Scheme, and good taste,
the result has proven to be useful as well.
Despite rpx veneration of ratpoison look, feel, and
internal design, there have been some unavoidable
concessions to some of the more hairy parts of Xlib (the
reimplementation of which is shared somewhat uneasily by
rpx and ttn-do). These are listed in the manual.
Dependencies
============
These packages (listed version or later) are required for
building, installing and running rpx:
Guile 1.4.1.118 (tested w/ Guile 2.0.13)
ttn-do 424
Installation
============
(See file INSTALL for generic installation instructions.)
Briefly, you need to issue these standard commands:
./configure [options...]
make
make install
Aside from the standard options, the configure script
accepts `--with-xterm=PROG' to specify the terminal
emulator program PROG (default: x-terminal-emulator).
On "make install", these files are copied to these
directories (creating them first if necessary):
src/rpx -- $(bindir), normally /usr/local/bin
doc/rpx.info -- $(infodir) /usr/local/share/info
To specify different values, use "./configure --help"
to display the exact configure script options necessary.
Maintenance
===========
Please send bug reports to <ttn@gnuvola.org>.