From e17fb36848fc1fe705b16a49be9db4aea73fc986 Mon Sep 17 00:00:00 2001 From: Georg Nagel Date: Thu, 22 Dec 2011 23:25:31 -0600 Subject: development/ola: Updated for version 0.8.15. Signed-off-by: Robby Workman --- development/ola/README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'development/ola/README') 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). -- cgit v1.2.3