• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ****************************************************************************
3  * Copyright 2020-2023,2024 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.24 2024/04/20 21:13:38 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 2024-04-20 ncurses 6.5 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 2024-04-20 ncurses 6.5 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>          reports the package prefix of <EM>ncurses</EM>.
68
69       <STRONG>--exec-prefix</STRONG>     reports the executable prefix of <EM>ncurses</EM>.
70
71       <STRONG>--cflags</STRONG>          reports the C compiler flags needed to  compile  with
72                         <EM>ncurses</EM>.
73
74       <STRONG>--libs</STRONG>            reports the libraries needed to link with <EM>ncurses</EM>.
75
76       <STRONG>--abi-version</STRONG>     reports the ABI version of <EM>ncurses</EM>.
77
78       <STRONG>--mouse-version</STRONG>   reports the mouse-interface version of <EM>ncurses</EM>.
79
80       <STRONG>--bindir</STRONG>          reports the directory containing <EM>ncurses</EM> programs.
81
82       <STRONG>--datadir</STRONG>         reports the directory containing <EM>ncurses</EM> data.
83
84       <STRONG>--includedir</STRONG>      reports   the  directory  containing  <EM>ncurses</EM>  header
85                         files.
86
87       <STRONG>--libdir</STRONG>          reports the directory containing <EM>ncurses</EM> libraries.
88
89       <STRONG>--mandir</STRONG>          reports the directory containing <EM>ncurses</EM> man pages.
90
91       <STRONG>--terminfo</STRONG>        reports the  <EM>TERMINFO</EM>  <EM>terminfo</EM>  database  path,  for
92                         example <EM>/usr/share/terminfo</EM>.
93
94       <STRONG>--terminfo-dirs</STRONG>   reports  the  <EM>TERMINFO</EM><STRONG>_</STRONG><EM>DIRS</EM>  supplemental search path
95                         for    the    <EM>terminfo</EM>    database,    for    example
96                         <EM>/usr/share/terminfo</EM>.
97
98       <STRONG>--termpath</STRONG>        reports the <EM>TERMPATH</EM> supplemental search path for the
99                         <EM>termcap</EM>  database,  if   support   for   <EM>termcap</EM>   is
100                         configured.
101
102       The following options cause all others to be ignored.
103
104       <STRONG>--help</STRONG>     issues a usage message and exits successfully.
105
106       <STRONG>--version</STRONG>  issues the release and patch date information of <EM>ncurses</EM> and
107                  exits successfully.
108
109
110</PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
111       <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>
112
113
114
115ncurses 6.5                       2024-04-20               <STRONG><A HREF="ncursesw6-config.1.html">ncursesw6-config(1)</A></STRONG>
116</PRE>
117<div class="nav">
118<ul>
119<li><a href="#h2-NAME">NAME</a></li>
120<li><a href="#h2-SYNOPSIS">SYNOPSIS</a></li>
121<li><a href="#h2-DESCRIPTION">DESCRIPTION</a></li>
122<li><a href="#h2-OPTIONS">OPTIONS</a></li>
123<li><a href="#h2-SEE-ALSO">SEE ALSO</a></li>
124</ul>
125</div>
126</BODY>
127</HTML>
128