<?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>Spatial Galaxy &#187; Ubuntu</title>
	<atom:link href="http://spatialgalaxy.net/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://spatialgalaxy.net</link>
	<description>Exploring the Realms of GIS and Other Stuff</description>
	<lastBuildDate>Tue, 06 Apr 2010 19:36:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Long Road to Gutsy</title>
		<link>http://spatialgalaxy.net/2007/10/19/the-long-road-to-gutsy/</link>
		<comments>http://spatialgalaxy.net/2007/10/19/the-long-road-to-gutsy/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 15:40:40 +0000</pubDate>
		<dc:creator>Gary Sherman</dc:creator>
				<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://spatialgalaxy.net/2007/10/19/the-long-road-to-gutsy/</guid>
		<description><![CDATA[I guess Ubuntu must be popular. I&#8217;m just trying to upgrade my Feisty install so I can do the upgrade to Gutsy. Looks like it&#8217;s going to take a while&#8230;

]]></description>
			<content:encoded><![CDATA[<p>I guess Ubuntu must be popular. I&#8217;m just trying to upgrade my Feisty install so I can do the upgrade to Gutsy. Looks like it&#8217;s going to take a while&#8230;<span id="more-41"></span></p>
<p><a href='http://spatialgalaxy.net/wp-content/gutsy_download.png' title='Gutsy Download Time'><img src='http://spatialgalaxy.net/wp-content/gutsy_download.png' alt='Gutsy Download Time' /></a></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fspatialgalaxy.net%2F2007%2F10%2F19%2Fthe-long-road-to-gutsy%2F&amp;title=The+Long+Road+to+Gutsy"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fspatialgalaxy.net%2F2007%2F10%2F19%2Fthe-long-road-to-gutsy%2F&amp;title=The+Long+Road+to+Gutsy"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fspatialgalaxy.net%2F2007%2F10%2F19%2Fthe-long-road-to-gutsy%2F"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fspatialgalaxy.net%2F2007%2F10%2F19%2Fthe-long-road-to-gutsy%2F"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://spatialgalaxy.net/2007/10/19/the-long-road-to-gutsy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Building QGIS on Feisty Fawn</title>
		<link>http://spatialgalaxy.net/2007/04/27/building-qgis-on-feisty-fawn/</link>
		<comments>http://spatialgalaxy.net/2007/04/27/building-qgis-on-feisty-fawn/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 02:13:37 +0000</pubDate>
		<dc:creator>Gary Sherman</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Quantum GIS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://spatialgalaxy.net/2007/04/27/building-qgis-on-feisty-fawn/</guid>
		<description><![CDATA[Here is the process I used to quickly build (OK, but it was faster than usual) QGIS HEAD on Feisty Fawn. What&#8217;s QGIS HEAD? It&#8217;s the current development version that includes the tasty Python bindings that allow you to write both QGIS plugins and stand-alone mapping applications.

1. With apt-get or synaptic, install the following:

 bison [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the process I used to quickly build (OK, but it was faster than usual) QGIS HEAD on Feisty Fawn. What&#8217;s QGIS HEAD? It&#8217;s the current development version that includes the tasty Python bindings that allow you to write both QGIS plugins and stand-alone mapping applications.<br />
<span id="more-28"></span><br />
1. With apt-get or synaptic, install the following:</p>
<pre>
 bison               fftw3
 fftw3-dev           flex
 g++                 libgeos-c1
 libgeos-dev         libgeos2c2a
 libpq-dev           libpq5
 libqt4-core         libqt4-dev
 libqt4-gui          libqt4-qt3support
 libqt4-sql          libreadline5-dev
 libsqlite3-dev      libtiff4-dev
 proj                pyqt4-dev-tools
 python-qt4          python-qt4-dev
 python-sip4         python-sip4-dev
 qt4-designer        qt4-dev-tools
 qt4-doc             qt4-qtconfig
 sip4                sqlite3
 tcl8.4-dev          tk8.4
 tk8.4-dev           x-dev
</pre>
<p>Some of these may get installed as part of other packages. Also you&#8217;ll likely see a bunch of dependent packages pulled in by the ones above.</p>
<p>2. Get and build GDAL 1.4.1 from source (<a href="http://www.gdal.org/">http://www.gdal.org/</a>)</p>
<blockquote><p> ./configure &#8216;&#8211;without-python&#8217; &#8216;&#8211;with-sqlite=/usr&#8217;<br />
 make<br />
 make install
</p></blockquote>
<p>3. Download GRASS 6.2.1 and build (You can use the 6.3.x snapshots as well &#8211; <a href="http://grass.itc.it">http://grass.itc.it</a>)</p>
<blockquote><p> ./configure &#8211;with-tcltk-includes=/usr/include/tcl8.4 \<br />
   &#8211;with-postgres-includes=/usr/include/postgresql &#8211;with-readline &#8211;with-sqlite<br />
 make<br />
 make install</p></blockquote>
<p>4. Rebuild GDAL 1.4.1 with GRASS support</p>
<blockquote><p> ./configure &#8211;without-python &#8211;with-sqlite=/usr &#8211;with-grass=/usr/local/grass-6.2.1<br />
 make clean<br />
 make<br />
 make install</p></blockquote>
<p>5. Get the current QGIS unstable from the Subversion repository. You&#8217;ll need subversion to fetch the code. If you don&#8217;t have it, install it using:</p>
<blockquote><p>sudo apt-get install subversion</p></blockquote>
<p>then,</p>
<blockquote><p>svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis_unstable</p></blockquote>
<p>5. Build QGIS using the instructions in: <a href="http://wiki.qgis.org/qgiswiki/Building_with_CMake">http://wiki.qgis.org/qgiswiki/Building_with_CMake</a><br />
I suggest using a <i>out of source build</i> outlined on the wiki.<br />
If you have problems with cmake finding your GRASS or other components, use ccmake to edit the paths, as well as the install prefix if you like:</p>
<blockquote><p>
  cd qgis_unstable<br />
  mkdir build<br />
  cd build<br />
  ccmake ..
</p></blockquote>
<p><a href='http://spatialgalaxy.net/wp-content/parallels-desktopscreensnapz001.png' title='Using ccmake'><img src='http://spatialgalaxy.net/wp-content/parallels-desktopscreensnapz001.png' alt='Using ccmake' /></a></p>
<p>Hit &#8216;c&#8217; a couple of times and then &#8216;g&#8217; to generate. You are then ready to:</p>
<blockquote><p>make<br />
make install</p></blockquote>
<p>Using the Feisty packages makes it a pretty quick process. You only need to compile GDAL, GRASS and QGIS. If you don&#8217;t want to use GRASS, you could get by with GDAL 1.3.2 from apt. </p>
<p>You can also use this process to build the 0.8.0 release or the 0.8.1 release candidate in subversion.</p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fspatialgalaxy.net%2F2007%2F04%2F27%2Fbuilding-qgis-on-feisty-fawn%2F&amp;title=Building+QGIS+on+Feisty+Fawn"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fspatialgalaxy.net%2F2007%2F04%2F27%2Fbuilding-qgis-on-feisty-fawn%2F&amp;title=Building+QGIS+on+Feisty+Fawn"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fspatialgalaxy.net%2F2007%2F04%2F27%2Fbuilding-qgis-on-feisty-fawn%2F"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fspatialgalaxy.net%2F2007%2F04%2F27%2Fbuilding-qgis-on-feisty-fawn%2F"><img src="http://spatialgalaxy.net/wp-content/themes/r755/images/social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://spatialgalaxy.net/2007/04/27/building-qgis-on-feisty-fawn/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
