<?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>PaulNovo.org &#187; Repository</title>
	<atom:link href="http://paulnovo.us/category/repo/feed" rel="self" type="application/rss+xml" />
	<link>http://paulnovo.us</link>
	<description>paul novotny&#039;s internet home</description>
	<lastBuildDate>Fri, 23 Dec 2011 21:22:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Insight Toolkit Ubuntu Repository</title>
		<link>http://paulnovo.us/repository</link>
		<comments>http://paulnovo.us/repository#comments</comments>
		<pubDate>Sat, 23 Feb 2008 13:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Repository]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have put together a Ubuntu repository for the Insight Toolkit (ITK). This repository provides insighttoolkit packages for Ubuntu 8.04 (Hardy Heron), 8.10 (Intrepid Ibex), 9.04 (Jaunty Jackalope), 9.10 (Karmic Koala), 10.04 (Lucid Lynx), 10.10 (Maverick Meerkat), and 11.04 (Natty Narwhal). Additionally, I have created a package for the python wrappings of ITK (WrapITK). Similar [...]]]></description>
			<content:encoded><![CDATA[<p>I have put together a Ubuntu repository for the <a href="http://www.itk.org">Insight Toolkit</a> (ITK). This repository provides insighttoolkit packages for Ubuntu 8.04 (Hardy Heron), 8.10 (Intrepid Ibex), 9.04 (Jaunty Jackalope), 9.10 (Karmic Koala), 10.04 (Lucid Lynx), 10.10 (Maverick Meerkat), and 11.04 (Natty Narwhal). Additionally, I have created a package for the python wrappings of ITK (WrapITK). Similar to the VTK wrapping already in the Ubuntu repository (python-vtk).<br />
<span id="more-2"></span></p>
<h3>Add My Repository</h3>
<p>Fist, download the correct sources.list file for your distribution</p>
<ul>
<li>Ubuntu 8.04 LTS &#8220;<strong>Hardy</strong> Heron&#8221;:<br />
<code>sudo wget http://apt.paulnovo.org/sources.list.d/\<br />hardy.list -O /etc/apt/sources.list.d/paulnovo.list</code></li>
<li>Ubuntu 8.10 &#8220;<strong>Intrepid</strong> Ibex&#8221;:<br />
<code>sudo wget http://apt.paulnovo.org/sources.list.d/\<br />intrepid.list -O /etc/apt/sources.list.d/paulnovo.list</code></li>
<li>Ubuntu 9.04 &#8220;<strong>Jaunty</strong> Jackalope&#8221;:<br />
<code>sudo wget http://apt.paulnovo.org/sources.list.d/\<br />jaunty.list -O /etc/apt/sources.list.d/paulnovo.list</code></li>
<li>Ubuntu 9.10 &#8220;<strong>Karmic</strong> Koala&#8221;:<br />
<code>sudo wget http://apt.paulnovo.org/sources.list.d/\<br />karmic.list -O /etc/apt/sources.list.d/paulnovo.list</code></li>
<li>Ubuntu 10.04 LTS &#8220;<strong>Lucid</strong> Lynx&#8221;:<br />
<code>sudo wget http://apt.paulnovo.org/sources.list.d/\<br />lucid.list -O /etc/apt/sources.list.d/paulnovo.list</code></li>
<li>Ubuntu 10.10 &#8220;<strong>Maverick</strong> Meerkat&#8221;:<br />
<code>sudo wget http://apt.paulnovo.org/sources.list.d/\<br />maverick.list -O /etc/apt/sources.list.d/paulnovo.list</code></li>
<li>Ubuntu 11.04 &#8220;<strong>Natty</strong> Narwhal&#8221;:<br />
<code>sudo wget http://apt.paulnovo.org/sources.list.d/\<br />natty.list -O /etc/apt/sources.list.d/paulnovo.list</code></li>
</ul>
<p>Then, install my gpg public key and update apt<br />
<code>wget http://apt.paulnovo.org/549EC7E2.key -O- | sudo apt-key add -<br />
sudo apt-get update</code></p>
<p>If you are upgrading distributions (ie hardy to intrepid), type the following and you should be all set. If this is fresh install, skip this and continue to the next section.<br />
<code>sudo apt-get dist-upgrade<br />
sudo apt-get install insighttoolkit</code></p>
<h3>Install Packages</h3>
<p>Apt-get is now aware of the packages in my repository. Before we can install anything, be careful and remove old versions of ITK.<br />
<code>sudo apt-get remove libinsighttoolkit3.0</code></p>
<p>Just install all the new packages. Be forewarned, the python-insighttoolkit is rather large, about 70MB download and 400MB installed.<br />
<code>sudo apt-get install insighttoolkit python-insighttoolkit</code></p>
<p>For extra functionality install the python-insighttoolkit-extras package. This package provides easy conversion between ITK images and numpy, plus connectors between ITK and VTK. This package will install VTK though, which is another big install.<br />
<code>sudo apt-get install python-insighttoolkit-extras</code></p>
<p>If you would like the python docstring documentation I describe <a href="http://paulnovo.org/HardyPackages">here</a>, just install the insighttoolkit-doc package.<br />
<code>sudo apt-get install insighttoolkit-doc</code></p>
<p>Thats it! Please look at my other Tips &#038; HowTos for examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulnovo.us/repository/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

