diff options
author | Georg Nagel <g.schlmm [at] gmail [dot] com> | 2011-11-15 17:50:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:08 -0600 |
commit | 023b3a725ad54a0817672805757a3e313afcc526 (patch) | |
tree | de3c4d0dced459005eac48e9d25bbff6b648d0fc /development/ola/README | |
parent | 309849837aeb406008317c5abd330576be9b5d70 (diff) | |
download | slackbuilds-023b3a725ad54a0817672805757a3e313afcc526.tar.gz |
development/ola: Added (The Open Lighting Architecture)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/ola/README')
-rw-r--r-- | development/ola/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/ola/README b/development/ola/README new file mode 100644 index 0000000000..824b8bd947 --- /dev/null +++ b/development/ola/README @@ -0,0 +1,13 @@ +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. + +To disable the python libs +run the script as follows: WITH_PYTHON=no ./ola.SlackBuild + +To disable the builtin http server (requires libmicrohttp) +run the script as follows: WITH_HTTP=no ./ola.SlackBuild + +ola requires protobuf and cppunit. |