<?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>Amar Kulo &#187; osx</title>
	<atom:link href="http://blog.amarkulo.com/tag/osx/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>System administration, photography and DIY projects</description>
	<lastBuildDate>Thu, 15 Jul 2010 08:50:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to install Wine on Snow Leopard</title>
		<link>http://blog.amarkulo.com/wine-on-snow-leopard</link>
		<comments>http://blog.amarkulo.com/wine-on-snow-leopard#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:05:32 +0000</pubDate>
		<dc:creator>Amar Kulo</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[Mac tips]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://blog.amarkulo.com/?p=234</guid>
		<description><![CDATA[If you would like to have console Wine installed on your Snow Leopard machine procedure is simple. Install MacPorts In Terminal type sudo port selfupdate, to fetch the latest repository contents Run sudo port install wine to install all things needed for Wine. You can ignore error at the end regarding Wine version. Install Git [...]]]></description>
			<content:encoded><![CDATA[<p>If you would like to have console Wine installed on your Snow Leopard machine procedure is simple.</p>
<ol>
<li>Install M<a title="The MacPorts Project" href="http://www.macports.org/install.php" target="_blank">acPorts </a></li>
<li>In Terminal type <strong>sudo port selfupdate</strong>, to fetch the latest repository contents</li>
<li>Run <strong>sudo port install wine</strong> to install all things needed for Wine. You can ignore error at the end regarding Wine version.</li>
<li>Install Git in terminal <strong>sudo port install git-core</strong></li>
<li>Fetch the lattest source from winehq with git,  <strong>git clone git://<a title="Linkification: http://source.winehq.org/git/wine.git" href="http://source.winehq.org/git/wine.git">source.winehq.org/git/wine.git</a> ~/wine-git</strong></li>
<li>Enter to the <strong>~/wine-git</strong> directory and run <strong>./configure</strong>,<strong> ./make</strong>, <strong>./make dep</strong> and <strong>./make install</strong> commands</li>
</ol>
<p>That&#8217;s it. Wine is now installed on your machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/wine-on-snow-leopard/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
