<?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>Random thoughts of an overloaded mind &#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>Yet another technical blog about iOS, Windows, Linux, Arduino and everything else</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</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</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 &#8230; <a href="http://blog.amarkulo.com/wine-on-snow-leopard">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
<hr>
<p><div class="entry-utility">If you don't already have a <a href="http://db.tt/aqrG0tY">Dropbox</a> account then you can create it by clicking on my <a href="http://db.tt/aqrG0tY">affiliate link</a>. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/wine-on-snow-leopard/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

