X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=INSTALL;h=72a599e588a7f97c1265dd6ae564b175ce3a5043;hp=0a039669cdc03910a0e1d57d67f0d3d5b3010240;hb=b9cd971c38eeeb2394d3da08edfd3c5dfc71694e;hpb=8e25fff6a5f576b6dc35eb02b9783fa58680d07b diff --git a/INSTALL b/INSTALL index 0a039669..72a599e5 100644 --- a/INSTALL +++ b/INSTALL @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: INSTALL,v 1.157 2011/07/24 13:43:43 tom Exp $ +-- $Id: INSTALL,v 1.159 2011/09/10 20:19:24 tom Exp $ --------------------------------------------------------------------- How to install Ncurses/Terminfo on your system --------------------------------------------------------------------- @@ -910,6 +910,10 @@ SUMMARY OF CONFIGURE OPTIONS: --with-pkg-config=[DIR] Check for pkg-config, optionally specifying its path. + --with-pkg-config-libdir=[DIR] + If pkg-config was found, override the automatic check for its library + path. + --with-profile Generate profile-libraries These are named by adding "_p" to the root, e.g., libncurses_p.a @@ -1030,6 +1034,8 @@ SUMMARY OF CONFIGURE OPTIONS: install as "ncurses.h" and modify the installed headers and manpages accordingly. + Likewise, do not install an alias "curses" for the ncurses manpage. + --without-cxx XSI curses declares "bool" as part of the interface. C++ also declares "bool". Neither specifies the size and type of booleans, but both