summaryrefslogtreecommitdiffstats
path: root/development/ola/README
diff options
context:
space:
mode:
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).