From f3c90d264fbe32fba08c1067591606e30a9beb34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 9 Jul 1996 00:03:32 +0200 Subject: [PATCH] readline added to install docs Rev: src/README:1.5 --- src/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/README b/src/README index 068dbcea25..98dac7f39e 100644 --- a/src/README +++ b/src/README @@ -5,9 +5,9 @@ This is what you need to do to install uLPC: if you want to install ulpc in /foo/bar, default is /usr/local. You might have to set the environment variables C_INCLUDE_PATH and - LD_LIBRARY_PATH to enable the configure script to find gdbm and gmp. - If the configure script does not find those libraries those modules - will not be available. + LD_LIBRARY_PATH to enable the configure script to find gdbm, readline + and gmp. If the configure script does not find those libraries those + modules will not be available. 2) edit config.h and Makefile to suit your purposes. I've tried to make it so that you don't have to change config.h or -- GitLab