<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Man With Code &#187; setup rubygame windows mac linux</title>
	<atom:link href="http://manwithcode.com/tag/setup-rubygame-windows-mac-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://manwithcode.com</link>
	<description>Teaching You, One Tutorial at a Time</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Making Games with Ruby Ep. 2 &#8211; Setup</title>
		<link>http://manwithcode.com/310/making-games-with-ruby-ep-2-setup/</link>
		<comments>http://manwithcode.com/310/making-games-with-ruby-ep-2-setup/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 00:06:26 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Making Games With Ruby]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[setup rubygame windows mac linux]]></category>

		<guid isPermaLink="false">http://manwithcode.com/?p=310</guid>
		<description><![CDATA[Windows: Mac: Linux: Links: Rubygame Installation guides Rubygame windows dependencies Covered in This Episode: How to get set up for this series on Windows, Mac, and Linux]]></description>
			<content:encoded><![CDATA[<p><strong>Windows:</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/zJgyefzctRg&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/zJgyefzctRg&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<pre class="brush: plain; title: ; notranslate">
gem install rubygame
</pre>
<p><strong>Mac:</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/URGqLBfcI5A&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/URGqLBfcI5A&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Linux:</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/aq0LGlMrQgM&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/aq0LGlMrQgM&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<pre class="brush: plain; title: ; notranslate">
sudo apt-get install -y libsdl1.2debian libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-gfx1.2-4 libsdl-gfx1.2-dev

sudo gem install rubygame
</pre>
<p><strong>Links:</strong></p>
<ul>
<li><a title="Rubygame installation guides" href="http://rubygame.org/wiki/Installation_Instructions">Rubygame Installation guides</a></li>
<li><a title="Rubygame windows dependancies" href="http://manwithcode.com/wp-content/uploads/2009/11/rubygame-deps.zip">Rubygame windows dependencies</a></li>
</ul>
<p><strong>Covered in This Episode:</strong></p>
<ul>
<li>How to get set up for this series on Windows, Mac, and Linux</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://manwithcode.com/310/making-games-with-ruby-ep-2-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[Making Games With Ruby]]></series:name>
	</item>
	</channel>
</rss>

