X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=INSTALL;h=e338dc73d1853a487808aaa37778e7877c91734b;hp=c521c8ba8135556fdcfda7ce473d497d7fa2f861;hb=d736364fc09f481a38861dcb44b43d15b94af528;hpb=11ca5f62994c7a14c4e500510bd242e1e721f8be diff --git a/INSTALL b/INSTALL index c521c8ba..e338dc73 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.128 2008/08/16 21:12:51 tom Exp $ +-- $Id: INSTALL,v 1.129 2008/08/23 20:02:46 tom Exp $ --------------------------------------------------------------------- How to install Ncurses/Terminfo on your system --------------------------------------------------------------------- @@ -572,6 +572,13 @@ SUMMARY OF CONFIGURE OPTIONS: --enable-warnings Turn on GCC compiler warnings. There should be only a few. + --enable-weak-symbols + If the --with-pthread option is set, check if the compiler supports + weak-symbols. If it does, then name the thread-capable library without + the "t" (libncurses rather than libncursest), and provide for + dynamically loading the pthreads entrypoints at runtime. This allows + one to reduce the number of library files for ncurses. + --enable-wgetch-events Compile with experimental wgetch-events code. See ncurses/README.IZ