An open API service indexing awesome lists of open source software.

https://github.com/qoretechnologies/module-ncurses

Qore ncurses module
https://github.com/qoretechnologies/module-ncurses

Last synced: about 1 month ago
JSON representation

Qore ncurses module

Awesome Lists containing this project

README

          

ncurses module for Qore
version 2.0 by David Nichols

Requires qore 2.3+ and ncurses (wide-character) headers and libraries to build.

See RELEASE-NOTES for a full description of the module's features.

If your ncurses is in a non-standard location, set the NCURSES_DIR environment variable
before running cmake.

BUILD AND INSTALL
-----------------

mkdir build
cd build
cmake ..
make
sudo make install

The cmake build will find your qore module directory and set the install destination
accordingly.