diff options
author | Georg Nagel <g.schlmm [at] gmail [dot] com> | 2011-12-22 23:25:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-23 18:07:47 -0600 |
commit | e17fb36848fc1fe705b16a49be9db4aea73fc986 (patch) | |
tree | 16f9c64cd852b4a4965554432ef94b730f51c118 /development/ola/README | |
parent | e8774632e575794c177070e3c0c77d3609fbce99 (diff) | |
download | slackbuilds-e17fb36848fc1fe705b16a49be9db4aea73fc986.tar.gz |
development/ola: Updated for version 0.8.15.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/ola/README')
-rw-r--r-- | development/ola/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/development/ola/README b/development/ola/README index 824b8bd947..8490327f8a 100644 --- a/development/ola/README +++ b/development/ola/README @@ -4,10 +4,9 @@ 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 +This requires protobuf and cppunit. -To disable the builtin http server (requires libmicrohttp) -run the script as follows: WITH_HTTP=no ./ola.SlackBuild - -ola requires protobuf and cppunit. +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). |