<?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>Wisdom and Wonder &#187; Bazaar</title>
	<atom:link href="http://www.wisdomandwonder.com/tag/bazaar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wisdomandwonder.com</link>
	<description>Science and Philosophy</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:09:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up QBZR on OS X</title>
		<link>http://www.wisdomandwonder.com/article/3244/setting-up-qbzr-on-os-x</link>
		<comments>http://www.wisdomandwonder.com/article/3244/setting-up-qbzr-on-os-x#comments</comments>
		<pubDate>Sun, 07 Jun 2009 01:33:35 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Revision control system]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=3244</guid>
		<description><![CDATA[Bzr is nice to use. It is tailored for the masses (of which I am a member). It has the usual UNIX support, but it has first-class Windows support, too. It has a nice UI if you want it. The community is great, too. A few days ago I installed it on OS X and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bazaar-vcs.org/">Bzr</a> is nice to use. It is tailored for the masses (of which I am a member). It has the usual UNIX support, but it has first-class Windows support, too. It has a nice UI if you want it. The community is great, too. </p>
<p>A few days ago I installed it on OS X and found that there was no UI support via Qt. Fortunately there are directions for setting it up <a href="https://answers.launchpad.net/qbzr/+question/10213">here</a>. Here are the steps that I followed:</p>
<ol>
<li>Installed <a href="http://bazaar-vcs.org/Download">bzr</a> 1.14.1</li>
<li>Installed <a href="http://www.qtsoftware.com/downloads">Qt</a> for Mac OS X Cocoa, qt-mac-cocoa-opensource-4.5.1.dmg, to the default location</li>
<li>Verified its installation by running &#8216;qtdemo&#8217;</li>
<li>Installed <a href="http://www.riverbankcomputing.co.uk/software/sip/download">sip</a>, sip-4.7.9.tar.gz</li>
<li>Installed <a href="http://www.riverbankcomputing.co.uk/software/pyqt/download">PyQt</a>, PyQt-mac-gpl-4.4.4.tar.gz (build took a relatively long time)</li>
<li>Tried out qlog and qdiff and they worked fine</li>
</ol>
<p>Now I am wondering if I should have just installed this using MacPorts.</p>
<p><strong>Addendum: 06/21/09</strong></p>
<p>Here are the directions that I followed from that link:</p>
<pre>
In order to install PyQt, you need to have SIP installed.
1) download and install QT4.x

2) get SIP from http://www.riverbankcomputing.co.uk/sip/download.php
$> python configure.py -d /Library/Python/2.5/site-packages
$> make
$> sudo make install

3) get PyQT from http://www.riverbankcomputing.co.uk/pyqt/download.php
$> python configure.py -q </path/to/Qt/root>/bin/qmake -d /Library/Python/2.5/site-packages
$> make
$> sudo make install

Hope this helps to get qbzr working
</pre>
<p>BZR as of today works with Python 2.4 or greater. Leopard comes with both 2.3 and 2.5 installed; but defaults to 2.5.</p>
<p>I didn&#8217;t know where qmake was installed; and typing &#8216;type -a qmake&#8217; seemed to be the quickest way to find it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/article/3244/setting-up-qbzr-on-os-x/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

