commit dc327f40c8d4981bb5dce27f8e967aacfcf4fb23
parent ee67e2be095997249d2a6147f404fbcb4764b548
Author: tgoodwin <tgoodwin>
Date: Thu, 5 Feb 1998 15:22:28 +0000
no longer need to specify -ltermcap for readline
Diffstat:
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/README b/README
@@ -50,13 +50,11 @@ descending order of usefulness.
--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, or the
- library itself). You probably need to tell the compiler to link with
- the termcap library if you're using readline. For example, here is
- the configure command the maintainer uses to build rc with readline.
-
- LIBS=-ltermcap sh configure --with-readline
+ to editline, 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.
--enable-history