<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>[Linux] Allegro in Geany</title>
		<link>http://www.allegro.cc/forums/view/596247</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Sat, 10 May 2008 22:27:11 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I am currently using Geany Text Editor (<a href="http://geany.uvena.de/">http://geany.uvena.de/</a>) as my IDE (really, it can compile) for Allegro and other C++ coding in Linux. I find Geany much faster than Anjuta, Eclipse, MonoDevelop, etc with just the necessary features (Syntax Highlighting, Code Folding, Auto Completion, Symbol Lists, etc).</p><p>Here&#39;s how to get up and running with Allegro code on Geany:</p><p>1. Install Allegro and Geany from your Package Manager or build from source.<br />2. Run Geany and go to &quot;Build&quot; -&gt; &quot;Set Includes and Arguments&quot; in the toolbar.<br />3. Use the following settings..</p><p>-------------------------------------------------<br />Compile:</p><p>g++ -O0 -g3 -Wall -c -o&quot;%e.o&quot; &quot;%f&quot;</p><p>Build:</p><p>g++ -o&quot;%e&quot; ./%e.o `allegro-config --libs --static`</p><p>Execute:</p><p>&quot;./%e&quot;<br />-------------------------------------------------</p><p>Copy the strings as it is, include the quotes.</p><p>Happy Compiling <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (abdulmueid)</author>
		<pubDate>Tue, 06 May 2008 03:30:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
g++ -o&quot;%e&quot; ./%e.o -lalleg -lm -lpthread -lXxf86vm -lXcursor -lXpm -lXext -lX11 -ldl
</p></div></div><p>

Why not:<br />g++ -o&quot;%e&quot; ./%e.o `allegro-config --libs --static` ?</p><p>Does that not work with Geany?</p><p>Also, this only works on linux, as you well know. And Geany is a cross-platform program, so the windows users who use it would be confused by your guide.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (SiegeLord)</author>
		<pubDate>Tue, 06 May 2008 04:15:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Thanks for the tip on Build string. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> <br />g++ -o&quot;%e&quot; ./%e.o `allegro-config --libs --static` indeed works. I&#39;ve never thought of that before.</p><p>As for the cross-platform, the title says [Linux] first thing. I was just browsing the forums and didn&#39;t find anything Geany related so thought i&#39;d make a post.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (abdulmueid)</author>
		<pubDate>Tue, 06 May 2008 04:35:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Darn... I fail... <img src="http://www.allegro.cc/forums/smileys/embarassed.gif" alt=":-[" /></p><p>Consider putting this into allegro wiki too.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (SiegeLord)</author>
		<pubDate>Tue, 06 May 2008 04:41:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Whoa! Awesome!<br />I was looking for something like this for quite a while!</p><p>Was tired of using Eclipse and monodevelop and switched back to scite but I really missed an outline.</p><p>This rocks! Thank you very much!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (count)</author>
		<pubDate>Sat, 10 May 2008 00:28:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>SeigeLord: Great idea, added to wiki <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> <a href="http://wiki.allegro.cc/Geany">http://wiki.allegro.cc/Geany</a></p><p>Christopher Bludau: Its a pleasure <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (abdulmueid)</author>
		<pubDate>Sat, 10 May 2008 22:27:11 +0000</pubDate>
	</item>
</rss>
