X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=INSTALL;h=bddc708c4ce72727b54e93d07bac23d07a9a7c9d;hp=6a806aa1d7c8160b6a781a7f261482691330b3df;hb=a3173aa5edbdbc6d617800f81a88a304ac5e053c;hpb=8e6d0cc266af2051a959002a9d1a6cedcb9a567a diff --git a/INSTALL b/INSTALL index 6a806aa1..bddc708c 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.163 2012/02/11 16:20:42 tom Exp $ +-- $Id: INSTALL,v 1.164 2012/02/18 21:27:33 tom Exp $ --------------------------------------------------------------------- How to install Ncurses/Terminfo on your system --------------------------------------------------------------------- @@ -1017,6 +1017,15 @@ SUMMARY OF CONFIGURE OPTIONS: library dependencies for tic and other programs built with the tic library. + --with-tparm-arg[=XXX] + Override the type used for tparm() arguments, which normally is a + "long". However the function must assume that its arguments can hold a + pointer to char's which is not always workable for 64-bit platforms. A + better choice would be intptr_t, which was not available at the time + tparm's interface was defined. + + If the option is not given, this defaults to "long". + --with-trace Configure the trace() function as part of the all models of the ncurses library. Normally it is part of the debug (libncurses_g) library only.