https://github.com/qoretechnologies/module-linenoise
Qore linenoise module
https://github.com/qoretechnologies/module-linenoise
Last synced: 5 months ago
JSON representation
Qore linenoise module
- Host: GitHub
- URL: https://github.com/qoretechnologies/module-linenoise
- Owner: qoretechnologies
- License: lgpl-2.1
- Created: 2015-07-21T09:29:41.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-29T16:01:25.000Z (5 months ago)
- Last Synced: 2026-01-01T19:32:24.137Z (5 months ago)
- Language: C++
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING.LGPL
Awesome Lists containing this project
README
* BUILD INSTRUCTIONS *
Requirements:
- Qore development environment (lib and headers)
- Cmake
- (optional) DOxygen
Use so called "out of source" build
- mkdir build (in module directory)
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/path/to/install .. (if there is not -DCMAKE_INSTALL_PREFIX specified, the Qore module dire is used)
- make
- cross fingers
- make install
Some tests are located in "test" directory.