From c41324baa0a705a55e55a824b9e3bb9eda947e54 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 20 Nov 2007 14:19:59 +0000 Subject: ????? & 24104: attempt to fix error message on Tru64 Unix 24103: fix zsh.texi dependency on version 24104: dont search for ncurses library if no ncurses.h --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 47ea2c658..423a123e0 100644 --- a/INSTALL +++ b/INSTALL @@ -328,6 +328,14 @@ use ncursesw may cause problems during building. If so, please report this to the developers at zsh-workers@sunsite.dk and attempt to recompile with --with-term-lib="tinfo termcap ncurses curses" (see below). +Note that use of ncurses requires the header ncurses.h, so this +needs to be in the include path. configure will not search for +ncurses or ncursesw unless this is the case. If you have installed +ncurses.h in a non-standard place you may need to pass +CPPFLAGS=-I/usr/local/include (or wherever the header is found) to +configure. Similarly, you may need to pass LDFLAGS=-L/usr/local/lib +(or wherever) in order to find the library. + On some systems a suitable development package with a name such as curses-devel or ncurses-devel needs to be installed before zsh can be compiled. This is likely to be contained on any installation media, -- cgit 1.4.1