about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-01-29 17:51:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-01-29 17:51:00 +0000
commit73bbb6298857b4908f2347be79b81a03bee11c3a (patch)
treed4eaf42146806ed6fe659fd44a8da13c92cc2da2 /INSTALL
parent3d20551b19d3b49c1ea27c43b79b83f498c2ce53 (diff)
downloadzsh-73bbb6298857b4908f2347be79b81a03bee11c3a.tar.gz
zsh-73bbb6298857b4908f2347be79b81a03bee11c3a.tar.xz
zsh-73bbb6298857b4908f2347be79b81a03bee11c3a.zip
24483: minor sectioning fixes in doc
24485: note on includes for term.h
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 423a123e0..1791adcf2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -336,6 +336,11 @@ 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.
 
+You may also need to add headers if you need to include the file term.h
+from an installation of an ncurses variant instead of from the system
+directories.  For example, CPPFLAGS=-I/usr/local/include/ncursesw will
+force configure to search for term.h in the given directory.
+
 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,