Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

ncursesw5-config (1g)

Name

ncursesw5-config - helper script for ncurses libraries

Synopsis

ncursesw5-config [options]

Description

ncursesw5-config(1)         General Commands Manual        ncursesw5-config(1)



NAME
       ncursesw5-config - helper script for ncurses libraries

SYNOPSIS
       ncursesw5-config [options]

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.,
              /usr/gnu/share/terminfo

       --terminfo-dirs
              echos the $TERMINFO_DIRS directory list, e.g.,
              /usr/gnu/share/terminfo

       --termpath
              echos the $TERMPATH termcap list, if support for termcap is con-
              figured.

       --help prints this message


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | library/ncurses  |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+

SEE ALSO
       curses(3X)

       This describes ncurses version 6.3 (patch 20211021).



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source    was    downloaded    from    https://invisible-mirror.net/ar-
       chives/ncurses/ncurses-6.3.tar.gz.

       Further information about this software can be found on the open source
       community website at https://invisible-island.net/ncurses/.



                                                           ncursesw5-config(1)