Skip to content

kmarkus/rtp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/

About

Lua bindings to POSIX.1b, Real-time extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published