slackbuilds/development/ola
B. Watson de3773e33b
development/ola: Updated for version 0.10.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-19 12:09:23 +07:00
..
README development/ola: Fix README. 2020-10-17 09:39:30 +07:00
ola.SlackBuild development/ola: Updated for version 0.10.8. 2022-02-19 12:09:23 +07:00
ola.info development/ola: Updated for version 0.10.8. 2022-02-19 12:09:23 +07:00
slack-desc

README

The Open Lighting Architecture (OLA) provides a plugin framework for
distributing DMX512 control signals on Mac and Linux. It provides C++
and Python libraries which abstract away the underlying DMX over IP
protocol or DMX interface. See http://opendmx.net/index.php/OLA for
more information.

The build script can optionally disable python bindings and/or enable
the embedded http server.  WITH_PYTHON=no will disable the python
bindings, and WITH_HTTP=yes will enable the embedded http server (in
which case libmicrohttp also be required).