<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cart CGD &#187; programming</title>
	<atom:link href="http://cartcgd.org/blog/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://cartcgd.org/blog</link>
	<description>We&#039;re about making games and art.</description>
	<lastBuildDate>Thu, 22 Sep 2011 17:37:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SVN, y&#8217;all!</title>
		<link>http://cartcgd.org/blog/2009/09/13/svn-yall/</link>
		<comments>http://cartcgd.org/blog/2009/09/13/svn-yall/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:02:25 +0000</pubDate>
		<dc:creator>carignan.boy</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://cartcgd.org/blog/?p=161</guid>
		<description><![CDATA[Some of you may already be familiar with SVN. For those of you who aren&#8217;t I&#8217;ve prepared a short presentation to get things rolling. I&#8217;ll be showing this on the class of September 15th.
SVN presentation
UPDATE [ 15 Sept 2009 ]: Here is the graph that I used during the in-class presentation. I also already created [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may already be familiar with SVN. For those of you who aren&#8217;t I&#8217;ve prepared a short presentation to get things rolling. I&#8217;ll be showing this on the class of September 15th.</p>
<p><a href="../wp-content/uploads/2009/09/svn1.odp">SVN presentation</a></p>
<p><strong>UPDATE [ 15 Sept 2009 ]:</strong> Here is the graph that I used during the in-class presentation. I also already created the basic Media folders on svn.</p>
<p><a href="http://cartcgd.org/blog/wp-content/uploads/2009/09/svn_map.png"><img class="alignnone size-medium wp-image-179" title="SVN Map" src="http://cartcgd.org/blog/wp-content/uploads/2009/09/svn_map-300x94.png" alt="SVN Map" width="300" height="94" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cartcgd.org/blog/2009/09/13/svn-yall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Hydrax 0.5</title>
		<link>http://cartcgd.org/blog/2009/05/29/compiling-hydrax-05/</link>
		<comments>http://cartcgd.org/blog/2009/05/29/compiling-hydrax-05/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:25:15 +0000</pubDate>
		<dc:creator>carignan.boy</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Hydrax]]></category>
		<category><![CDATA[OGRE]]></category>

		<guid isPermaLink="false">http://cartcgd.org/blog/?p=14</guid>
		<description><![CDATA[Here are some instructions on how to get the libHydrax.so to compile on your system. These instructions work for Ubuntu Linux and the Code::Blocks IDE.]]></description>
			<content:encoded><![CDATA[<p>Here are some instructions on how to get the libHydrax.so to compile on your system. These instructions work for Ubuntu Linux and the Code::Blocks IDE.</p>
<p>start by getting the rar here :</p>
<p>wget http://modclub.rigsofrods.com/xavi/Hydrax-v0.5.rar</p>
<pre>extracted Hydrax-v0.5.rar
open Hydrax/Hydrax.cbp

in projects-&gt;build options
	in Hydrax, compiler settings&gt;other options
	remove -mthreads

	in Hydrax, compiler settings&gt;#defines
	remove WIN32 and _WINDOWS

in projects-&gt;properties
	in the libraries tab
	add OGRE

added file Hydrax.cpp and removed hydrax.cpp from the project
removed Structs.cpp

removed this from linker settings:
-Wl,--enable-runtime-pseudo-reloc
-Wl,--enable-auto-image-base
-Wl,--add-stdcall-alias

apply fix from here
http://www.ogre3d.org/forums/viewtopic.php?p=284091&amp;sid=ce193664e1d3d7c4af509e6f4e2718c6
it's the one where you change things from 1d to 2d etc.

build
compile
copy hydrax.so that was created from
<strong>/wherever/Hydrax-v0.5/Hydrax/bin/Release</strong> into
<strong>/usr/local/lib/</strong> as
<strong>libHydrax.so</strong></pre>
<p>This should score you the library.</p>
<p>More to come on how to get the demo rolling.</p>
]]></content:encoded>
			<wfw:commentRss>http://cartcgd.org/blog/2009/05/29/compiling-hydrax-05/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
