Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "Building OLA"

From wiki.openlighting.org

Jump to: navigation, search
 
m (Link to website)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Installed Dependencies ==
+
Please see [https://www.openlighting.org/ola/getting-started/downloads/ https://www.openlighting.org/ola/getting-started/downloads/]
 
 
== Download & Extract ==
 
 
 
wget
 
tar -zxf
 
 
 
== Build ==
 
 
 
./reconf
 
./configure
 
make
 
 
 
== Install ==
 
 
 
(become root)
 
 
 
make install
 
 
 
== Test ==
 
 
 
Check that llad runs:
 
 
 
llad -d 3 -f -s
 

Latest revision as of 18:18, 26 February 2015

Please see https://www.openlighting.org/ola/getting-started/downloads/