RTP: Lua bindings to Real-Time POSIX services
---------------------------------------------
Building
--------
for Xenomai
$ make XENO=1 or
$ make XENO=/path/to/xenomai-installation/
for GNU/Linux:
$ make
Setup your LUA_[C]PATH. Typically something like
$ export LUA_PATH=";;;/path/to/rtp/?.lua;"
$ export LUA_CPATH=";;;/path/to/rtp/?.so;"
will do the trick. See the Reference manual [1] for more inforamtion.
Documentation
-------------
Make sure you have luadoc installed and run:
$ make docs
This will generate API documentation in htmldoc/
License
-------
All code is licensed (at your choice) as BSD or LGPL.
[1] http://www.lua.org/manual/5.1/