]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - INSTALL
ncurses 6.3 - patch 20220129
[ncurses.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index aacfd9ad96a4d47e00b5703eb05ed33c3c5d8ef9..342ae2a983af0be65af687f4cc1e986cc7177375 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: INSTALL,v 1.235 2021/10/19 23:34:17 tom Exp $
+-- $Id: INSTALL,v 1.237 2021/11/20 17:54:20 tom Exp $
 ---------------------------------------------------------------------
              How to install Ncurses/Terminfo on your system
 ---------------------------------------------------------------------
@@ -1146,8 +1146,18 @@ CONFIGURE OPTIONS:
        path.  The configure script allows only a single directory, because
        that is used as the directory in which to install ".pc" files.
 
-       The automatic check for the library path selects the first directory
-       which currently exists.
+       The automatic check for the library path prefers the first directory
+       which currently exists.  If none of the directories listed by
+       pkg-config exist, the check prefers a pkgconfig directory under the
+       "libdir" set by the configure script (which may not be the system
+       default), or if pkg-config lists nothing suitable, the first one which
+       is listed by pkg-config is used.
+
+       Automatic selection is overridden by providing an option-value
+       beginning with "/".
+
+       If this option is omitted, the default directory for installing
+       ".pc" files is ${libdir}/pkgconfig
 
     --with-profile
        Generate profile-libraries These are named by adding "_p" to the root,