Linux Commands Examples

A great documentation place for Linux commands

ncursesw5-config

helper script for ncurses libraries

Synopsis

ncursesw5-config [options]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

This is a shell script which simplifies configuring applications against a particular set of ncurses libraries.

options

--prefix

echos the package-prefix of ncurses

--exec-prefix

echos the executable-prefix of ncurses

--cflags

echos the C compiler flags needed to compile with ncurses

--libs

echos the libraries needed to link with ncurses

--version

echos the release+patchdate version of ncurses

--abi-version

echos the ABI version of ncurses

--mouse-version

echos the mouse-interface version of ncurses

--bindir

echos the directory containing ncurses programs

--datadir

echos the directory containing ncurses data

--includedir

echos the directory containing ncurses header files

--libdir

echos the directory containing ncurses libraries

--mandir

echos the directory containing ncurses manpages

--terminfo

echos the $TERMINFO terminfo database path, e.g.,
/etc/terminfo

--terminfo-dirs

echos the $TERMINFO_DIRS directory list, e.g.,
/etc/terminfo:/lib/terminfo:/usr/share/terminfo

--termpath

echos the $TERMPATH termcap list, if support for termcap is configured.

--help

prints this message


see also

curses(3X)

This describes ncurses version 5.9 (patch 20110404).

How can this site be more helpful to YOU ?


give  feedback