1ncursesw5-config(1) General Commands Manual ncursesw5-config(1)
2
3
4
6 ncursesw5-config - helper script for ncurses libraries
7
9 ncursesw5-config [options]
10
12 This is a shell script which simplifies configuring applications
13 against a particular set of ncurses libraries.
14
16 --prefix
17 echos the package-prefix of ncurses
18
19 --exec-prefix
20 echos the executable-prefix of ncurses
21
22 --cflags
23 echos the C compiler flags needed to compile with ncurses
24
25 --libs echos the libraries needed to link with ncurses
26
27 --version
28 echos the release+patchdate version of ncurses
29
30 --abi-version
31 echos the ABI version of ncurses
32
33 --mouse-version
34 echos the mouse-interface version of ncurses
35
36 --bindir
37 echos the directory containing ncurses programs
38
39 --datadir
40 echos the directory containing ncurses data
41
42 --includedir
43 echos the directory containing ncurses header files
44
45 --libdir
46 echos the directory containing ncurses libraries
47
48 --mandir
49 echos the directory containing ncurses manpages
50
51 --terminfo
52 echos the $TERMINFO terminfo database path, e.g.,
53 /usr/share/terminfo
54
55 --terminfo-dirs
56 echos the $TERMINFO_DIRS directory list, e.g.,
57 /etc/terminfo:/usr/share/terminfo
58
59 --termpath
60 echos the $TERMPATH termcap list, if support for termcap is con‐
61 figured.
62
63 --help prints this message
64
66 curses(3X)
67
68 This describes ncurses version 5.9 (patch 20130511).
69
70
71
72 ncursesw5-config(1)