diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-20 14:19:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-20 14:19:59 +0000 |
commit | c41324baa0a705a55e55a824b9e3bb9eda947e54 (patch) | |
tree | 857f67515b946d95317c1656ebe9b4d96cf94ff7 /INSTALL | |
parent | a47971f5b7d4a21d71adcefaa0c0426f6bde8011 (diff) | |
download | zsh-c41324baa0a705a55e55a824b9e3bb9eda947e54.tar.gz zsh-c41324baa0a705a55e55a824b9e3bb9eda947e54.tar.xz zsh-c41324baa0a705a55e55a824b9e3bb9eda947e54.zip |
????? & 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
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
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, |