Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ncurses-devel - Development files for the ncurses library
- Description:
The header files and libraries for developing applications that use
the ncurses terminal handling library.
Install the ncurses-devel package if you want to develop applications
which will use ncurses.
Use the following compiler flags to build against the ncurses library:
-lncurses
(compile and link against the regular ncurses library)
-I /usr/include/ncursesw -lncursesw
(compile and link against the wide-character, UTF-8, library)
Packages