summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-13 00:48:43 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:30 +0700
commit9e1199013a6d7f3ebb0cef00cf3c6d376f75ce1d (patch)
tree8afb771aef8a7f73ed3559753496e89bd1861243
parent257e3822375d16427c865582234de884cfafda73 (diff)
downloadslackbuilds-9e1199013a6d7f3ebb0cef00cf3c6d376f75ce1d.tar.gz
slackbuilds-9e1199013a6d7f3ebb0cef00cf3c6d376f75ce1d.tar.xz
development/ola: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/ola/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/development/ola/README b/development/ola/README
index 1bbb264a49..65b2bbb76e 100644
--- a/development/ola/README
+++ b/development/ola/README
@@ -1,10 +1,10 @@
-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.
+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.
-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).
+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).