summaryrefslogtreecommitdiffstats
path: root/development/ola/README
diff options
context:
space:
mode:
author Georg Nagel2011-12-23 06:25:31 +0100
committer Robby Workman2011-12-24 01:07:47 +0100
commite17fb36848fc1fe705b16a49be9db4aea73fc986 (patch)
tree16f9c64cd852b4a4965554432ef94b730f51c118 /development/ola/README
parente8774632e575794c177070e3c0c77d3609fbce99 (diff)
downloadslackbuilds-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/README11
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).