/Cactus_LuaCronKite

[No longer maintained] lua extension for cronkite library

Primary LanguageCMIT LicenseMIT

luacronkite

Build requirements:

  • gcc
  • cmake
  • libcronkite
  • lua (or luajit)

Run requirements:

  • libcronkite
  • lua (or luajit)

There are a few build options, and their defaults, that you can specify:

  • CMAKE_INSTALL_PREFIX = /usr/local

    The target prefix that make install will install to.
    This is what you would expect from ./configure --prefix=foo
  • CMAKE_BUILD_TYPE = Release

    Specifies the build type for make based generators.
    Possible values: Debug, Release, MinSizeRel

An example of the build steps:

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_ALL=ON ..
$ make

To run the tests, do the following after the build phase:

$ make test

After building, while in the build directory:

$ make install

Free use of this software is granted under the terms of the MIT (X11) License. See LICENSE file for more information.