1. Home
  2. Browse
  3. ncurses

ncurses

v6.4#2Latest

Free software emulation of curses in System V Release 4.0, and more

Install

Run the following Vcpkg command to install the port.

vcpkg install ncurses

Usage

The package ncurses is compatible with built-in CMake variables:

set(CURSES_NEED_NCURSES TRUE)
find_package(Curses REQUIRED)
target_include_directories(main PRIVATE ${CURSES_INCLUDE_DIRS})
target_compile_options(main PRIVATE ${CURSES_CFLAGS})
target_link_libraries(main PRIVATE ${CURSES_LIBRARIES})
See source

Version

v6.4#2

Publication

Supports

!windows | mingw

Homepage

invisible-island.net/ncurses/announce.html

Subtree

be4195ad10

License

MIT

Definition

Manifest