<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nettings</id>
		<title>wiki.openlighting.org - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nettings"/>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php/Special:Contributions/Nettings"/>
		<updated>2026-04-28T18:20:10Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=2678</id>
		<title>OLA on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=2678"/>
				<updated>2009-02-13T19:31:48Z</updated>
		
		<summary type="html">&lt;p&gt;Nettings: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing LLA on Linux From GIT/Archive=&lt;br /&gt;
&lt;br /&gt;
This describes how to get LLA working on a Linux system.&lt;br /&gt;
&lt;br /&gt;
==Checkout or Download an Archive==&lt;br /&gt;
&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
&lt;br /&gt;
If you don't have it yet, install '''git''' using your distro's package manager.&lt;br /&gt;
&lt;br /&gt;
==Install libraries==&lt;br /&gt;
&lt;br /&gt;
You need a couple of libraries installed for everything to work correctly. Some of these are available as packages in most distros but others need to be downloaded.&lt;br /&gt;
&lt;br /&gt;
First up we'll need '''microhttpd''' for the embedded web server (Note: you'll need version &amp;gt;= 0.4.0):&lt;br /&gt;
  &lt;br /&gt;
-&amp;gt; [ftp://ftp.gnu.org/gnu/libmicrohttpd/ ftp://ftp.gnu.org/gnu/libmicrohttpd/]&lt;br /&gt;
&lt;br /&gt;
Then you will need '''libcppunit-dev''' and '''libcppunit'''.&lt;br /&gt;
&lt;br /&gt;
Debian users can install them with apt:&lt;br /&gt;
&lt;br /&gt;
  apt-get install libcppunit-dev libcppunit-1.12-1&lt;br /&gt;
&lt;br /&gt;
Next, you need the '''Protocol Buffers''' from Google (BSD license). Most likely, you will need to download and build them yourself:&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; [http://code.google.com/p/protobuf/ http://code.google.com/p/protobuf/]&lt;br /&gt;
&lt;br /&gt;
Debian users will can use the following packets (not yet in stable):&lt;br /&gt;
libprotobuf2, libprotobuf-dev, protobuf-compiler&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, build '''CTemplate''' (another Google goodie):&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; [http://code.google.com/p/google-ctemplate/ http://code.google.com/p/google-ctemplate/]&lt;br /&gt;
&lt;br /&gt;
Finally run ldconfig as root to pick up the new libraries&lt;br /&gt;
&lt;br /&gt;
  ldconfig&lt;br /&gt;
&lt;br /&gt;
==Configure==&lt;br /&gt;
&lt;br /&gt;
If you checked out the sources from git, you'll need to run&lt;br /&gt;
&lt;br /&gt;
  autoreconf -i&lt;br /&gt;
&lt;br /&gt;
After that run&lt;br /&gt;
&lt;br /&gt;
  ./configure&lt;br /&gt;
&lt;br /&gt;
==Building &amp;amp; Testing==&lt;br /&gt;
&lt;br /&gt;
Build&lt;br /&gt;
  make&lt;br /&gt;
&lt;br /&gt;
Run the tests&lt;br /&gt;
  make check&lt;br /&gt;
&lt;br /&gt;
And install LLA&lt;br /&gt;
  sudo make install&lt;/div&gt;</summary>
		<author><name>Nettings</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=2677</id>
		<title>OLA on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=2677"/>
				<updated>2009-02-13T19:30:53Z</updated>
		
		<summary type="html">&lt;p&gt;Nettings: made information distro-agnostic (debian-specific hints are still there, so no information lost).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing LLA on Linux From GIT/Archive=&lt;br /&gt;
&lt;br /&gt;
This describes how to get LLA working on a Linux system.&lt;br /&gt;
&lt;br /&gt;
==Checkout or Download an Archive==&lt;br /&gt;
&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
&lt;br /&gt;
If you don't have it yet, install '''git''' using your distro's package manager.&lt;br /&gt;
&lt;br /&gt;
==Install libraries==&lt;br /&gt;
&lt;br /&gt;
You need a couple of libraries installed for everything to work correctly. Some of these are available as packages in most distros but others need to be downloaded.&lt;br /&gt;
&lt;br /&gt;
First up we'll need '''microhttpd''' for the embedded web server (Note: you'll need version &amp;gt;= 0.4.0):&lt;br /&gt;
  &lt;br /&gt;
-&amp;gt; [ftp://ftp.gnu.org/gnu/libmicrohttpd/]&lt;br /&gt;
&lt;br /&gt;
Then you will need '''libcppunit-dev''' and '''libcppunit'''.&lt;br /&gt;
&lt;br /&gt;
Debian users can install them with apt:&lt;br /&gt;
&lt;br /&gt;
  apt-get install libcppunit-dev libcppunit-1.12-1&lt;br /&gt;
&lt;br /&gt;
Next, you need the '''Protocol Buffers''' from Google (BSD license). Most likely, you will need to download and build them yourself:&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; [http://code.google.com/p/protobuf/]&lt;br /&gt;
&lt;br /&gt;
Debian users will can use the following packets (not yet in stable):&lt;br /&gt;
libprotobuf2, libprotobuf-dev, protobuf-compiler&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, build '''CTemplate''' (another Google goodie):&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; [http://code.google.com/p/google-ctemplate/]&lt;br /&gt;
&lt;br /&gt;
Finally run ldconfig as root to pick up the new libraries&lt;br /&gt;
&lt;br /&gt;
  ldconfig&lt;br /&gt;
&lt;br /&gt;
==Configure==&lt;br /&gt;
&lt;br /&gt;
If you checked out the sources from git, you'll need to run&lt;br /&gt;
&lt;br /&gt;
  autoreconf -i&lt;br /&gt;
&lt;br /&gt;
After that run&lt;br /&gt;
&lt;br /&gt;
  ./configure&lt;br /&gt;
&lt;br /&gt;
==Building &amp;amp; Testing==&lt;br /&gt;
&lt;br /&gt;
Build&lt;br /&gt;
  make&lt;br /&gt;
&lt;br /&gt;
Run the tests&lt;br /&gt;
  make check&lt;br /&gt;
&lt;br /&gt;
And install LLA&lt;br /&gt;
  sudo make install&lt;/div&gt;</summary>
		<author><name>Nettings</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=2675</id>
		<title>OLA on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=2675"/>
				<updated>2009-02-13T19:25:14Z</updated>
		
		<summary type="html">&lt;p&gt;Nettings: LLA on Debian moved to LLA on Linux: Most information is generic enough to fit all Linux flavours. Debian-specific info will be retained as example.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing LLA on Debian From GIT/Archive=&lt;br /&gt;
&lt;br /&gt;
This describes how to get LLA working on a Debian system. It should be pretty similar for any other Linux based OS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Checkout or Download an Archive==&lt;br /&gt;
&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
&lt;br /&gt;
==Install libraries==&lt;br /&gt;
&lt;br /&gt;
You need a couple of libraries installed for everything to work correctly. Some of these are available as Debian packages but others need to be downloaded.&lt;br /&gt;
&lt;br /&gt;
First up we'll need microhttpd for the embedded web server (Note: you'll need version &amp;gt;= 0.4.0):&lt;br /&gt;
  &lt;br /&gt;
[ftp://ftp.gnu.org/gnu/libmicrohttpd/ microhttpd]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install some more libraries with apt:&lt;br /&gt;
&lt;br /&gt;
  apt-get install libcppunit-dev libcppunit-1.12-1&lt;br /&gt;
&lt;br /&gt;
From source or debian packages (not in stable):&lt;br /&gt;
&lt;br /&gt;
libprotobuf2, libprotobuf-dev, protobuf-compiler&lt;br /&gt;
[http://code.google.com/p/protobuf/ ProtocolBuffers]&lt;br /&gt;
&lt;br /&gt;
From source:&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/google-ctemplate/ CTemplate]&lt;br /&gt;
&lt;br /&gt;
Finally run ldconfig as root to pick up the new libraries&lt;br /&gt;
&lt;br /&gt;
  ldconfig&lt;br /&gt;
&lt;br /&gt;
==Configure==&lt;br /&gt;
&lt;br /&gt;
If you checked out the sources from git, you'll need to run&lt;br /&gt;
&lt;br /&gt;
  autoreconf -i&lt;br /&gt;
&lt;br /&gt;
After that run&lt;br /&gt;
&lt;br /&gt;
  ./configure&lt;br /&gt;
&lt;br /&gt;
==Building &amp;amp; Testing==&lt;br /&gt;
&lt;br /&gt;
Build&lt;br /&gt;
  make&lt;br /&gt;
&lt;br /&gt;
Run the tests&lt;br /&gt;
  make check&lt;br /&gt;
&lt;br /&gt;
And install LLA&lt;br /&gt;
  sudo make install&lt;/div&gt;</summary>
		<author><name>Nettings</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=LLA_on_Debian&amp;diff=2676</id>
		<title>LLA on Debian</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=LLA_on_Debian&amp;diff=2676"/>
				<updated>2009-02-13T19:25:14Z</updated>
		
		<summary type="html">&lt;p&gt;Nettings: LLA on Debian moved to LLA on Linux: Most information is generic enough to fit all Linux flavours. Debian-specific info will be retained as example.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[LLA on Linux]]&lt;/div&gt;</summary>
		<author><name>Nettings</name></author>	</entry>

	</feed>