X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=INSTALL;h=4cfff31e7b8a6063d3d37cbc9c1039835c5c3459;hp=477446840241610420e7bb43ea2954db62c4ac7f;hb=790a85dbd4a81d5f5d8dd02a44d84f01512ef443;hpb=c976a90788f3e50afc773670ff74c5270ecb48df diff --git a/INSTALL b/INSTALL index 47744684..4cfff31e 100644 --- a/INSTALL +++ b/INSTALL @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: INSTALL,v 1.222 2020/04/05 00:05:52 tom Exp $ +-- $Id: INSTALL,v 1.223 2020/05/23 18:30:33 tom Exp $ --------------------------------------------------------------------- How to install Ncurses/Terminfo on your system --------------------------------------------------------------------- @@ -456,6 +456,14 @@ SUMMARY OF CONFIGURE OPTIONS: --with-menu-libname=nmenu --with-panel-libname=npanel + --disable-pkg-ldflags + Omit options in $EXTRA_LDFLAGS from the pkg-config ".pc" and + corresponding ncurses*-config script which normally are listed via + the "--libs" option. These options are normally used to facilitate + linking to ncurses when it was configured to use the rpath feature. + + See also --enable-rpath and --disable-rpath-hack. + --disable-relink If --enable-rpath is given, the generated makefiles normally will rebuild shared libraries during install. Use this option to simply