]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/ncursesw6-config.1.html
ncurses 6.4 - patch 20231016
[ncurses.git] / doc / html / man / ncursesw6-config.1.html
1 <!--
2   ****************************************************************************
3   * Copyright 2020-2021,2023 Thomas E. Dickey                                *
4   * Copyright 2010 Free Software Foundation, Inc.                            *
5   *                                                                          *
6   * Permission is hereby granted, free of charge, to any person obtaining a  *
7   * copy of this software and associated documentation files (the            *
8   * "Software"), to deal in the Software without restriction, including      *
9   * without limitation the rights to use, copy, modify, merge, publish,      *
10   * distribute, distribute with modifications, sublicense, and/or sell       *
11   * copies of the Software, and to permit persons to whom the Software is    *
12   * furnished to do so, subject to the following conditions:                 *
13   *                                                                          *
14   * The above copyright notice and this permission notice shall be included  *
15   * in all copies or substantial portions of the Software.                   *
16   *                                                                          *
17   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
18   * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
19   * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
20   * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
21   * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
22   * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
23   * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
24   *                                                                          *
25   * Except as contained in this notice, the name(s) of the above copyright   *
26   * holders shall not be used in advertising or otherwise to promote the     *
27   * sale, use or other dealings in this Software without prior written       *
28   * authorization.                                                           *
29   ****************************************************************************
30   * @Id: MKncu_config.in,v 1.17 2023/10/01 09:59:29 tom Exp @
31 -->
32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
33 <HTML>
34 <HEAD>
35 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
36 <meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
37 <TITLE>ncursesw6-config 1 2023-10-01 ncurses 6.4 User commands</TITLE>
38 <link rel="author" href="mailto:bug-ncurses@gnu.org">
39
40 </HEAD>
41 <BODY>
42 <H1 class="no-header">ncursesw6-config 1 2023-10-01 ncurses 6.4 User commands</H1>
43 <PRE>
44 <STRONG><A HREF="ncursesw6-config.1.html">ncursesw6-config(1)</A></STRONG>              User commands             <STRONG><A HREF="ncursesw6-config.1.html">ncursesw6-config(1)</A></STRONG>
45
46
47
48
49 </PRE><H2><a name="h2-NAME">NAME</a></H2><PRE>
50        <STRONG>ncursesw6-config</STRONG> - configuration helper for <EM>ncurses</EM> libraries
51
52
53 </PRE><H2><a name="h2-SYNOPSIS">SYNOPSIS</a></H2><PRE>
54        <STRONG>ncursesw6-config</STRONG> <EM>option</EM> ...
55
56        <STRONG>ncursesw6-config</STRONG> <STRONG>--version</STRONG>
57
58        <STRONG>ncursesw6-config</STRONG> <STRONG>--help</STRONG>
59
60
61 </PRE><H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
62        This  program  development  aid  simplifies  the process of configuring
63        applications against a particular set of <EM>ncurses</EM> libraries.
64
65
66 </PRE><H2><a name="h2-OPTIONS">OPTIONS</a></H2><PRE>
67        <STRONG>--prefix</STRONG>
68               reports the package prefix of <EM>ncurses</EM>.
69
70        <STRONG>--exec-prefix</STRONG>
71               reports the executable prefix of <EM>ncurses</EM>.
72
73        <STRONG>--cflags</STRONG>
74               reports the C compiler flags needed to compile with <EM>ncurses</EM>.
75
76        <STRONG>--libs</STRONG> reports the libraries needed to link with <EM>ncurses</EM>.
77
78        <STRONG>--version</STRONG>
79               reports the release and patch date information  of  <EM>ncurses</EM>  and
80               exits successfully.
81
82        <STRONG>--abi-version</STRONG>
83               reports the ABI version of <EM>ncurses</EM>.
84
85        <STRONG>--mouse-version</STRONG>
86               reports the mouse-interface version of <EM>ncurses</EM>.
87
88        <STRONG>--bindir</STRONG>
89               reports the directory containing <EM>ncurses</EM> programs.
90
91        <STRONG>--datadir</STRONG>
92               reports the directory containing <EM>ncurses</EM> data.
93
94        <STRONG>--includedir</STRONG>
95               reports the directory containing <EM>ncurses</EM> header files.
96
97        <STRONG>--libdir</STRONG>
98               reports the directory containing <EM>ncurses</EM> libraries.
99
100        <STRONG>--mandir</STRONG>
101               reports the directory containing <EM>ncurses</EM> man pages.
102
103        <STRONG>--terminfo</STRONG>
104               reports   the  <STRONG>TERMINFO</STRONG>  <EM>terminfo</EM>  database  path,  for  example
105               <EM>/usr/share/terminfo</EM>.
106
107        <STRONG>--terminfo-dirs</STRONG>
108               reports the  <STRONG>TERMINFO_DIRS</STRONG>  supplemental  search  path  for  the
109               <EM>terminfo</EM> database, for example <EM>/usr/share/terminfo</EM>.
110
111        <STRONG>--termpath</STRONG>
112               reports  the  <STRONG>TERMPATH</STRONG>  supplemental search path for the <EM>termcap</EM>
113               database, if support for <EM>termcap</EM> is configured.
114
115        <STRONG>--help</STRONG> issues a usage message and exits successfully.
116
117
118 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
119        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>
120
121
122
123 ncurses 6.4                       2023-10-01               <STRONG><A HREF="ncursesw6-config.1.html">ncursesw6-config(1)</A></STRONG>
124 </PRE>
125 <div class="nav">
126 <ul>
127 <li><a href="#h2-NAME">NAME</a></li>
128 <li><a href="#h2-SYNOPSIS">SYNOPSIS</a></li>
129 <li><a href="#h2-DESCRIPTION">DESCRIPTION</a></li>
130 <li><a href="#h2-OPTIONS">OPTIONS</a></li>
131 <li><a href="#h2-SEE-ALSO">SEE ALSO</a></li>
132 </ul>
133 </div>
134 </BODY>
135 </HTML>