<?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: HOWTO: Install Gears on 64-bit Linux</title>
	<atom:link href="http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/</link>
	<description>Meanderings and punditry by a computer scientist with penchant for journalism, education, and politics</description>
	<lastBuildDate>Mon, 12 Sep 2011 15:49:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: The Flow of Consciousness &#187; Blog Archive &#187; 2009 Year in Review: Writing, stocks, coding, and more</title>
		<link>http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/comment-page-1/#comment-31425</link>
		<dc:creator>The Flow of Consciousness &#187; Blog Archive &#187; 2009 Year in Review: Writing, stocks, coding, and more</dc:creator>
		<pubDate>Sat, 02 Jan 2010 21:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/?p=366#comment-31425</guid>
		<description>[...] article on how to install Gears on 64-bit Linux continues to see quite a bit of traffic. I even host a copy of Gears, even though it&#8217;s likely [...]</description>
		<content:encoded><![CDATA[<p>[...] article on how to install Gears on 64-bit Linux continues to see quite a bit of traffic. I even host a copy of Gears, even though it&#8217;s likely [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBaris</title>
		<link>http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/comment-page-1/#comment-29418</link>
		<dc:creator>JBaris</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/?p=366#comment-29418</guid>
		<description>Thanks Colin. Its works fine !

Regards</description>
		<content:encoded><![CDATA[<p>Thanks Colin. Its works fine !</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Dean</title>
		<link>http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/comment-page-1/#comment-26926</link>
		<dc:creator>Colin Dean</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/?p=366#comment-26926</guid>
		<description>It should be noted that Celogeek wrote out brief instructions of &lt;a href=&quot;http://blog.celogeek.fr/linux/linux-trucs-et-astuces/google-gears-compilation/&quot; rel=&quot;nofollow&quot;&gt;how to compile Gears for yourself&lt;/a&gt;.

&lt;div class=&quot;codeblock&quot;&gt;&lt;pre&gt;&lt;code&gt;svn checkout http://gears.googlecode.com/svn/trunk/ gears-read-only
cd gears-read-only/
wget http://gkovacs.xvm.mit.edu/google-gears-firefox-3.5-x86_64/gears-gcc433.diff
patch -p0 -i gears-gcc433.diff
make -C gears clean
make -C gears -j3 MODE=opt #(enlever MODE= pour avoir la version debug, marche avec des warnings de compilation)
#Pour l&#039;installer :
firefox ./gears/bin-opt/installers/gears-linux-opt-*.xpi&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>It should be noted that Celogeek wrote out brief instructions of <a href="http://blog.celogeek.fr/linux/linux-trucs-et-astuces/google-gears-compilation/" rel="nofollow">how to compile Gears for yourself</a>.</p>
<div class="codeblock">
<pre><code>svn checkout <a href="http://gears.googlecode.com/svn/trunk/" rel="nofollow">http://gears.googlecode.com/svn/trunk/</a> gears-read-only
cd gears-read-only/
wget <a href="http://gkovacs.xvm.mit.edu/google-gears-firefox-3.5-x86_64/gears-gcc433.diff" rel="nofollow">http://gkovacs.xvm.mit.edu/google-gears-firefox-3.5-x86_64/gears-gcc433.diff</a>
patch -p0 -i gears-gcc433.diff
make -C gears clean
make -C gears -j3 MODE=opt #(enlever MODE= pour avoir la version debug, marche avec des warnings de compilation)
#Pour l'installer :
firefox ./gears/bin-opt/installers/gears-linux-opt-*.xpi</code></pre>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Dean</title>
		<link>http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/comment-page-1/#comment-26925</link>
		<dc:creator>Colin Dean</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/?p=366#comment-26925</guid>
		<description>It looks like Niel Speen is running behind. Someone at the Australian &lt;a href=&quot;http://www.nieir.com.au/&quot; rel=&quot;nofollow&quot;&gt;National Institute of Economic and Industry Research&lt;/a&gt; packaged &lt;a href=&quot;http://pickup.nieir.com.au/gears/gears-linux-x86_64-opt-0.5.32.0.xpi&quot; rel=&quot;nofollow&quot;&gt;Gears 0.5.32.0 for x86_64&lt;/a&gt; with a caveat that the link might disappear in a few days. I tried it out; it works fine. 

I&#039;ve archived &lt;a href=&quot;http://cad.cx/oss/gears-linux-x86_64-opt-0.5.32.0.xpi&quot; rel=&quot;nofollow&quot;&gt;Gears 0.5.32.0 for Firefox x86_64/amd64&lt;/a&gt; in my &lt;a href=&quot;http://cad.cx/oss&quot; rel=&quot;nofollow&quot;&gt;open source software archive&lt;/a&gt;.

The XPI won&#039;t work with Firefox 3.6 (I tried). Firefox 3.5 is soooo last month.

I don&#039;t know how much longer I&#039;ll continue to keep up with this, as I&#039;ve &lt;a href=&quot;http://cad.cx/blog/2009/08/11/howto-add-cacert-root-certificates-to-chromium/&quot; rel=&quot;nofollow&quot;&gt;all but switched to Chromium&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>It looks like Niel Speen is running behind. Someone at the Australian <a href="http://www.nieir.com.au/" rel="nofollow">National Institute of Economic and Industry Research</a> packaged <a href="http://pickup.nieir.com.au/gears/gears-linux-x86_64-opt-0.5.32.0.xpi" rel="nofollow">Gears 0.5.32.0 for x86_64</a> with a caveat that the link might disappear in a few days. I tried it out; it works fine. </p>
<p>I&#8217;ve archived <a href="http://cad.cx/oss/gears-linux-x86_64-opt-0.5.32.0.xpi" rel="nofollow">Gears 0.5.32.0 for Firefox x86_64/amd64</a> in my <a href="http://cad.cx/oss" rel="nofollow">open source software archive</a>.</p>
<p>The XPI won&#8217;t work with Firefox 3.6 (I tried). Firefox 3.5 is soooo last month.</p>
<p>I don&#8217;t know how much longer I&#8217;ll continue to keep up with this, as I&#8217;ve <a href="http://cad.cx/blog/2009/08/11/howto-add-cacert-root-certificates-to-chromium/" rel="nofollow">all but switched to Chromium</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Dean</title>
		<link>http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/comment-page-1/#comment-25375</link>
		<dc:creator>Colin Dean</dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/?p=366#comment-25375</guid>
		<description>It appears that the above archive is no longer valid. 

Someone else is building packages and posting them to http://nielspeen.com/blog/2009/02/google-gears-64-bit/.</description>
		<content:encoded><![CDATA[<p>It appears that the above archive is no longer valid. </p>
<p>Someone else is building packages and posting them to <a href="http://nielspeen.com/blog/2009/02/google-gears-64-bit/" rel="nofollow">http://nielspeen.com/blog/2009/02/google-gears-64-bit/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Dean</title>
		<link>http://cad.cx/blog/2009/01/04/howto-install-gears-on-64-bit-linux/comment-page-1/#comment-21660</link>
		<dc:creator>Colin Dean</dc:creator>
		<pubDate>Tue, 24 Feb 2009 23:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/?p=366#comment-21660</guid>
		<description>A newer version is available at http://www-personal.umich.edu/~swolchok/gears/.</description>
		<content:encoded><![CDATA[<p>A newer version is available at <a href="http://www-personal.umich.edu/~swolchok/gears/" rel="nofollow">http://www-personal.umich.edu/~swolchok/gears/</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

