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
- Host: GitHub
- URL: https://github.com/qoretechnologies/module-ncurses
- Owner: qoretechnologies
- License: mit
- Created: 2015-07-21T09:30:19.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2026-06-20T17:27:42.000Z (about 1 month ago)
- Last Synced: 2026-06-20T19:13:46.078Z (about 1 month ago)
- Language: QuakeC
- Homepage:
- Size: 991 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
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.