<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing git on Ubuntu 9.04 (Jaunty)</title>
	<atom:link href="http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-git-on-ubuntu-904-jaunty</link>
	<description>I create software, I like music and I&#039;m mildly(?) OCD.</description>
	<lastBuildDate>Thu, 26 Jan 2012 00:05:11 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Raja Chandra Rangineni</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-1571</link>
		<dc:creator>Raja Chandra Rangineni</dc:creator>
		<pubDate>Fri, 03 Sep 2010 15:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-1571</guid>
		<description>worked like charm! thanks bud.</description>
		<content:encoded><![CDATA[<p>worked like charm! thanks bud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raja Chandra Rangineni</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-1570</link>
		<dc:creator>Raja Chandra Rangineni</dc:creator>
		<pubDate>Fri, 03 Sep 2010 15:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-1570</guid>
		<description>worked like charm!. Thanks bud.</description>
		<content:encoded><![CDATA[<p>worked like charm!. Thanks bud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; perl local::lib problems with some makefiles (eg: git manual installtion) PLABO</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-216</link>
		<dc:creator>&#187; perl local::lib problems with some makefiles (eg: git manual installtion) PLABO</dc:creator>
		<pubDate>Wed, 30 Dec 2009 12:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-216</guid>
		<description>[...] http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/" rel="nofollow">http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narcisse</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-199</link>
		<dc:creator>Narcisse</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-199</guid>
		<description>Thanks, it worked !!</description>
		<content:encoded><![CDATA[<p>Thanks, it worked !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-169</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 30 Nov 2009 17:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-169</guid>
		<description>Thanks, it worked fine for me.</description>
		<content:encoded><![CDATA[<p>Thanks, it worked fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aasim</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-148</link>
		<dc:creator>Aasim</dc:creator>
		<pubDate>Fri, 13 Nov 2009 07:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-148</guid>
		<description>Thank you, worked perfectly well for me</description>
		<content:encoded><![CDATA[<p>Thank you, worked perfectly well for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-132</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Fri, 23 Oct 2009 17:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-132</guid>
		<description>If you&#039;re doing this on a headless box, w/o the GUI dev libs installed, add the following to your make commands

EXTRA=&#039;NO_TCLTK=YesPlease&#039;
./configure
make all doc ${EXTRA}
sudo make install install-doc ${EXTRA}


prevents it from dying on the missing GUI components</description>
		<content:encoded><![CDATA[<p>If you&#8217;re doing this on a headless box, w/o the GUI dev libs installed, add the following to your make commands</p>
<p>EXTRA=&#8217;NO_TCLTK=YesPlease&#8217;<br />
./configure<br />
make all doc ${EXTRA}<br />
sudo make install install-doc ${EXTRA}</p>
<p>prevents it from dying on the missing GUI components</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-116</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-116</guid>
		<description>Thanks, this made this easy.</description>
		<content:encoded><![CDATA[<p>Thanks, this made this easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyush</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-110</link>
		<dc:creator>Piyush</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-110</guid>
		<description>Thanks dude :) good one</description>
		<content:encoded><![CDATA[<p>Thanks dude <img src='http://blog.zobie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zobie</title>
		<link>http://blog.zobie.com/2009/07/installing-git-on-ubuntu-904-jaunty/comment-page-1/#comment-79</link>
		<dc:creator>zobie</dc:creator>
		<pubDate>Sun, 26 Jul 2009 05:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=179#comment-79</guid>
		<description>Good catch, Joe. Thanks!

I verified that I too had to run configure and I updated the instructions above.</description>
		<content:encoded><![CDATA[<p>Good catch, Joe. Thanks!</p>
<p>I verified that I too had to run configure and I updated the instructions above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

