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

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

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.