<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>Felipe Mesquita's posts about software development</title>
    <link>http://felipemesquita.com</link>
    <description>A collection of posts about software development.</description>
    <generator>posterous.com</generator>
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/felipemesquitacom" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <pubDate>Wed, 12 Aug 2009 07:39:00 -0700</pubDate>
      <title>Getting started with RuGUI on Ubuntu 9.04</title>
      <link>http://felipemesquita.com/getting-started-with-rugui-on-ubuntu-904</link>
      <guid>http://felipemesquita.com/getting-started-with-rugui-on-ubuntu-904</guid>
      <description>
        <![CDATA[<p>
	<p>A fast post about how to install RuGUI on Ubuntu 9.04.</p>
<ul>
<li>Installing Ruby and libs.</li>
</ul>
<ol> </ol>
<blockquote>
<p>sudo apt-get install ruby irb ri rdoc ruby1.8-dev libzlib-ruby libyaml-ruby libreadline-ruby libncurses-ruby libcurses-ruby libruby libruby-extras libfcgi-ruby1.8 build-essential libopenssl-ruby libdbm-ruby libdbi-ruby libdbd-sqlite3-ruby libsqlite3-dev libsqlite3-ruby libxml-ruby libxml2-dev</p>
</blockquote>
<ul>
<li>Installing RubyGem.</li>
</ul>
<p>Download <a href="http://rubyforge.org/projects/rubygems/" title="RubyGem" target="_blank">RubyGem</a>, extract it to a directory and execute:</p>
<blockquote>
<p>sudo ruby setup.rb</p>
</blockquote>
<ul>
<li>Installing Ruby/GTK.</li>
</ul>
<blockquote>
<p>sudo apt-get install libgtk2.0-dev ruby-gnome2</p>
</blockquote>
<ul>
<li>Installing RuGUI and RSpec.</li>
</ul>
<blockquote>
<p>sudo gem install rugui rspec</p>
</blockquote>
<ul>
<li>Creating your first RuGUI project.</li>
</ul>
<blockquote>
<p>rugui my-first-project</p>
</blockquote>
<ol> </ol> 
<ul>
<li>Starting the project</li>
</ul>
<blockquote>
<p>cd my-first-project<br />rake run</p>
</blockquote>
	
</p>

<p><a href="http://felipemesquita.com/getting-started-with-rugui-on-ubuntu-904">Permalink</a> 

	| <a href="http://felipemesquita.com/getting-started-with-rugui-on-ubuntu-904#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/113776/avatar.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/10Eg0W0qG89</posterous:profileUrl>
        <posterous:firstName>Felipe</posterous:firstName>
        <posterous:lastnNme>Mesquita</posterous:lastnNme>
        <posterous:nickName>Felipe Mesquita</posterous:nickName>
        <posterous:displayName>Felipe Mesquita</posterous:displayName>
      </posterous:author>
    </item>
  </channel>
</rss>
