<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Daniel Bartholomew &#187; Browser</title>
	<atom:link href="http://daniel-bartholomew.com/wordpress/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel-bartholomew.com/wordpress</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2010 15:39:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>		<item>
		<title>Building Midori on Ubuntu 8.04</title>
		<link>http://daniel-bartholomew.com/wordpress/2008/08/building-midori-on-ubuntu-804/</link>
		<comments>http://daniel-bartholomew.com/wordpress/2008/08/building-midori-on-ubuntu-804/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 17:18:14 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Midori]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://daniel-bartholomew.com/wordpress/?p=34</guid>
		<description><![CDATA[Here are the steps I took to install Mid &#8230; <a href="http://daniel-bartholomew.com/wordpress/2008/08/building-midori-on-ubuntu-804/">Continue reading <span class="meta-nav">&#8594;</span></a> <a href="http://daniel-bartholomew.com/wordpress/2008/08/building-midori-on-ubuntu-804/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are the steps I took to install Midori on my Ubuntu 8.04 workstation.</p>
<h2>1. Install WebKit</h2>
<p>The first thing you need to do is install webkit:</p>
<p>Here are the dependencies for webkit:</p>
<pre style="background:black;color:green;padding:10px">sudo apt-get install libicu-dev libxslt1-dev libcurl4-openssl-dev \
libsqlite3-dev libjpeg62-dev libpng12-dev gperf bison flex \
libgtksourceview2.0-dev git-core build-essential \
libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev \
libgnome-vfsmm-2.6-dev automake1.9 librsvg2-dev librsvg2-bin</pre>
<p>Now get the latest webkit source code:</p>
<pre style="background:black;color:green;padding:10px">git clone git://git.webkit.org/WebKit.git WebKit</pre>
<p>(this takes a while so you may want to look into other options <a href="http://live.gnome.org/WebKitGtk" target="_blank">here</a>.)</p>
<p>Now we build WebKit:</p>
<pre style="background:black;color:green;padding:10px">cd WebKit
./autogen.sh --prefix=/usr --enable-video
make</pre>
<p>The make step takes a while, but after it finishes, try launching the test app, and assuming it launches successfully, go ahead and install everything:</p>
<pre style="background:black;color:green;padding:10px">Programs/GtkLauncher
sudo make install</pre>
<p>And there you go, WebKit is now installed!</p>
<h2>2. Build and Install Midori</h2>
<p>Our next set of tasks is to install Midori.</p>
<p>First grab the latest packages:</p>
<pre style="background:black;color:green;padding:10px">cd ~/src
git clone git://git.xfce.org/kalikiana/midori</pre>
<p>Now let&#8217;s compile:</p>
<pre style="background:black;color:green;padding:10px">cd midori
./waf configure
./waf build
sudo ./waf install</pre>
<p>Midori should now appear under Applications &gt; Internet</p>
<p>Launch it and away you go:</p>
<div class="mceTemp mceIEcenter">
<div id="attachment_52" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-52" title="midori-acid3" src="http://daniel-bartholomew.com/wordpress/wp-content/uploads/2008/08/midori-acid3.png" alt="The Midori Browser passes the Acid3 Test" width="500" height="421" /><p class="wp-caption-text">The Midori Browser passes the Acid3 Test</p></div>
</div>
<p>One thing I should point out is that you should not expect Midori to be a full browser. It isn&#8217;t. At least, it is not a full browser yet. Some things are missing and/or not fully implemented. One of these is Bookmarks. They work after a fashion, but the bookmark code is incomplete and partially broken. This is a very early version (as of this writing) and things will improve, but it will take a while. Midori, for now, is just alpha quality &mdash; good for demos, but not much else. You cannot use it as your primary browser, yet.</p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://daniel-bartholomew.com/wordpress/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://daniel-bartholomew.com/wordpress/2008/08/building-midori-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
