<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.peinth.org/index.php?action=history&amp;feed=atom&amp;title=Compiling</id>
	<title>Compiling - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.peinth.org/index.php?action=history&amp;feed=atom&amp;title=Compiling"/>
	<link rel="alternate" type="text/html" href="https://www.peinth.org/index.php?title=Compiling&amp;action=history"/>
	<updated>2026-05-12T20:24:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://www.peinth.org/index.php?title=Compiling&amp;diff=41&amp;oldid=prev</id>
		<title>Rp: New page: Here is some overview of compiling roarbar.  ==Overview==  roarbar has two main parts.  * &#039;&#039;&#039;roarbar&#039;&#039;&#039; This contains the source of the main application which doesn&#039;t share any code to oth...</title>
		<link rel="alternate" type="text/html" href="https://www.peinth.org/index.php?title=Compiling&amp;diff=41&amp;oldid=prev"/>
		<updated>2008-09-09T06:05:45Z</updated>

		<summary type="html">&lt;p&gt;New page: Here is some overview of compiling roarbar.  ==Overview==  roarbar has two main parts.  * &amp;#039;&amp;#039;&amp;#039;roarbar&amp;#039;&amp;#039;&amp;#039; This contains the source of the main application which doesn&amp;#039;t share any code to oth...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is some overview of compiling roarbar.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
roarbar has two main parts.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;roarbar&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
This contains the source of the main application which doesn&amp;#039;t share any code to other parts.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;roarbar_lib&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Here is all the usefull stuff. This library is of course needed by the main application and also by all roarbar plug ins.&lt;br /&gt;
&lt;br /&gt;
==Getting the source==&lt;br /&gt;
&lt;br /&gt;
roarbar is avialable at the sourceforge SVN repository.&lt;br /&gt;
&lt;br /&gt;
 svn co https://roarbar.svn.sourceforge.net/svnroot/roarbar roarbar&lt;br /&gt;
&lt;br /&gt;
==Library dependencies==&lt;br /&gt;
Debian based distro&amp;#039;s try this:&lt;br /&gt;
&lt;br /&gt;
 apt-get install libqt4-dev libqt4-sql libsqlite0-dev&lt;br /&gt;
&lt;br /&gt;
Thats all for now, list will be updated as soon as new features are added that need new libraries.&lt;br /&gt;
Plug ins may need other libaries to, but that should be described at the plug in page.&lt;br /&gt;
&lt;br /&gt;
If you have a different linux distribution try to install the above dev libraries with your package manager, or install it on your own.&lt;br /&gt;
&lt;br /&gt;
==Compiling==&lt;br /&gt;
Change to the directory of the roarbar_lib and execute the following commands.&lt;br /&gt;
 qmake -o Makefile roarbar_lib.pro&lt;br /&gt;
 make clean &amp;amp;&amp;amp; make&lt;br /&gt;
&lt;br /&gt;
Do nearly the same in the roarbar directory.&lt;br /&gt;
 qmake -o Makefile roarbar.pro&lt;br /&gt;
 make clean &amp;amp;&amp;amp; make&lt;br /&gt;
&lt;br /&gt;
If this worked without an error you should have a roarbar_debug executable in your roarbar directory.&lt;br /&gt;
Execute it and be excited.&lt;br /&gt;
&lt;br /&gt;
By default there will only be a debug build of roarbar, if you want to have a release build, you have to change the [http://roarbar.svn.sourceforge.net/viewvc/roarbar/trunk/roarbar/roarbar.pro?revision=41&amp;amp;view=markup roarbar.pro] file.&lt;br /&gt;
&lt;br /&gt;
=== Central Makefile ===&lt;br /&gt;
There is a new Makefile in the trunk/ directory which handles compiling of the interesting parts of roarbar.&lt;br /&gt;
Just cd into the trunk directory and execute this:&lt;br /&gt;
 make config&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
This will build roarbar and the most useful plug ins.&lt;br /&gt;
To start roarbar cd into the roarbar directory and execute&lt;br /&gt;
 ./roarbar_debug&lt;/div&gt;</summary>
		<author><name>Rp</name></author>
	</entry>
</feed>