/module-process

Qore process module

Primary LanguageC++MIT LicenseMIT

* BUILD INSTRUCTIONS *

Requirements:
 - Qore development environment (lib and headers)
 - Cmake
 - (optional) Doxygen
 - boost >= 1.63: system, filesystem or use -DUSE_INTERNAL_BOOST=1
   to use an internal copy of boost submodules

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.