slackbuilds/development/ola
Willy Sudiarto Raharjo 95461b036a development/ola: Updated for version git_98ee4066.
This is required to support cppunit 1.14.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-07-05 08:52:22 +07:00
..
README development/ola: Fixed dep info 2012-08-24 17:47:47 -05:00
ola.SlackBuild development/ola: Updated for version git_98ee4066. 2017-07-05 08:52:22 +07:00
ola.info development/ola: Updated for version git_98ee4066. 2017-07-05 08:52:22 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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).