<?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>Mark Kirby - Mobile Developer &#187; fink</title>
	<atom:link href="http://mark-kirby.co.uk/tag/fink/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark-kirby.co.uk</link>
	<description>I'm a user focused mobile developer, here is where I publish advice and thoughts on building great mobile apps</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Install Fink on OS X Leopard</title>
		<link>http://mark-kirby.co.uk/2008/install-fink-on-os-x-leopard/</link>
		<comments>http://mark-kirby.co.uk/2008/install-fink-on-os-x-leopard/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 15:09:16 +0000</pubDate>
		<dc:creator>kirby.mark</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=283</guid>
		<description><![CDATA[A simple tutorial on install Fink and related tools.]]></description>
			<content:encoded><![CDATA[<p>Fink can be used to download many open source tools, its best to also install Xcode.</p>
<h2>1 &#8211; Install Xcode</h2>
<p>Locate the Mac OS X Install Disc 2 that came with your Mac. If you can&#8217;t find it, you can <a href="http://developer.apple.com/tools/xcode/">download the latest copy</a></p>
<p>Go into Xcode tools and install XcodeTools.mpkg</p>
<h2>2 &#8211; Install Fink</h2>
<p>Once you have installed Xcode, you can install Fink.</p>
<p>Go to the <a href="http://www.finkproject.org/download/index.php">Fink downloads page</a> and download and save the package for your OS &#8211; it should be the first one if your running Leopard on an Intel Mac.</p>
<p>Open the dmg and run the installer pkg file.</p>
<p>During set up you will be asked something about setting a path &#8211; click YES.</p>
<p>Open Terminal and enter the following:</p>
<pre>
<div class="codesnip-container" >
<div class="bash codesnip" style="font-family:monospace;">fink scanpackages;
fink index</div>
</div>
</pre>
<p>If this doesn&#8217;t work check Terminal wasn&#8217;t already open while you installed Fink, if it was, you need to close it and reopen it.</p>
<p>Then enter the following to update Fink:</p>
<pre>
<div class="codesnip-container" >
<div class="bash codesnip" style="font-family:monospace;"><span class="kw2">sudo</span> <span class="kw2">apt-get</span> update; 
<span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> fink</div>
</div>
</pre>
<h2>More info</h2>
<p>I used the following resources to compile this guide:</p>
<p><a href="http://www.finkproject.org/download/index.php">http://www.finkproject.org/download/index.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mark-kirby.co.uk/2008/install-fink-on-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
