-
Notifications
You must be signed in to change notification settings - Fork 0
Qore sysconf module
License
qorelanguage/module-sysconf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
* 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.