diff options
Diffstat (limited to 'development/ola/README')
-rw-r--r-- | development/ola/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/development/ola/README b/development/ola/README index 1bbb264a49d18..65b2bbb76e9fa 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). |