rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 699a957f3a6fbb86cb741cb3747fd2cfee5d58fd
parent 406963661b89f38c1d978dc78b863d531bd46695
Author: tgoodwin <tgoodwin>
Date:   Mon, 20 Jul 1998 13:04:53 +0000

add support for vrl

Diffstat:
MINSTALL | 15++++++++++-----
MREADME | 8+++++++-
2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -39,11 +39,16 @@ descending order of usefulness. LIBS=-L. sh ../rc-1.5b3/configure --with-editline + --with-vrl + + This option tells rc to use the vrl package (see the README file for + details) to provide EMACS style command line editing and history. + --with-readline This option tells rc to use the GNU readline package, which is similar - to editline, but has many more features. The readline package is - over 6 times the size of editline (whether you count lines of code, + to editline or vrl, but has many more features. The readline package + is over 6 times the size of editline (whether you count lines of code, or the library itself). As for editline, you can set the environment variable LIBS if your readline library is not installed in a standard place. @@ -55,9 +60,9 @@ descending order of usefulness. Use this option if you want to build and install the programs that support a crude history mechanism. -You can't use `--with-editline' and `--with-readline' together, of course, -and if you have either of those you probably don't want to bother with -`--with-history'. +You can't use more than one of `--with-editline', `--with-vrl', and +`--with-readline' at the same time. If you have any of these you +probably don't want to bother with `--with-history'. --prefix /path diff --git a/README b/README @@ -43,7 +43,13 @@ available from comp.sources.unix v29i017. rc can be linked with the editline library. This was developed by Simmule Turner and Rich $alz, and is available from here. - http://www.cygnus.com/~tgoodwin/rc/dist/editline-1.5.tar.gz + ftp://ftp.cygnus.com/pub/tgoodwin/rc/editline-1.5.tar.gz + +A package with similar aims (that is, to be a lightweight command line +editing library) is vrl. This was developed by Gert-Jan Vons, and is +available from here. + + ftp://ftp.cygnus.com/pub/tgoodwin/rc/vrl-1.1.tar.gz Alternatively, rc can be linked with GNU readline versions 2.1 or 2.2. This is available from the master FSF distribution site, and its many