<?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>Fried Pancakes &#187; uzbl</title>
	<atom:link href="http://blog.friedpancakes.com/index.php/tag/uzbl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.friedpancakes.com</link>
	<description>A pancake approach to computers and technology</description>
	<lastBuildDate>Thu, 03 Dec 2009 19:20:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing uzbl on Debian Squeeze</title>
		<link>http://blog.friedpancakes.com/index.php/2009/07/07/installing-uzbl-on-debian-squeeze/</link>
		<comments>http://blog.friedpancakes.com/index.php/2009/07/07/installing-uzbl-on-debian-squeeze/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 06:27:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[browers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[uzbl]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://blog.friedpancakes.com/?p=54</guid>
		<description><![CDATA[One of my friends just told me about a new browser whose goal is to &#8220;adhere to the unix philosophy.&#8221; It seems pretty neat to try and I&#8217;m always up for new things, so I gave it a go.  This browser is currently tested on Arch linux.  Because I&#8217;m running Debian, I had [...]]]></description>
			<content:encoded><![CDATA[<p>One of my friends just told me about a <a href="http://www.uzbl.org">new browser</a> whose goal is to &#8220;adhere to the unix philosophy.&#8221; It seems pretty neat to try and I&#8217;m always up for new things, so I gave it a go.  This browser is currently tested on Arch linux.  Because I&#8217;m running Debian, I had to do a few things to get it working!  There seems to be precompiled binaries for some of the dependencies, but I found it easier just to grab them from the unstable branch.</p>
<p>Here&#8217;s a quick preview of the browser before we start:</p>
<p><a href="http://img291.imageshack.us/img291/9862/uzbl.png"><img width="140" height="90" src="http://img291.imageshack.us/img291/9862/uzbl.png" alt="uzbl" /></a></p>
<p>To give you an idea of what I&#8217;m running:</p>
<pre>$ uname -a
Linux phoenix 2.6.29-2-amd64 #1 SMP Tue May 19 07:17:34 UTC 2009 x86_64 GNU/Linux</pre>
<p>I really can&#8217;t vouch what I&#8217;ve done on any other system, but practically any version of Debian will be fine.  Ubuntu could probably be done the same way with some slight modifications.</p>
<p>First we are going to add the unstable branch to sources.list in order to get the required version of libwebkit</p>
<p>Add the following to /etc/apt/sources.list</p>
<pre>deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free</pre>
<p>Now before we update the entire system to the unstable branch, we need to configure /etc/apt/preferences;  Here&#8217;s how mine is setup (note that this configuration is ideal for debian <strong>testing</strong>)</p>
<pre>
Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 900

Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 500

Package: *
Pin: release o=Debian,a=sid
Pin-Priority: 500

Package: *
Pin: release o=Debian,a=experimental
Pin-Priority: 100
</pre>
<p>Update</p>
<pre>$ sudo apt-get update</pre>
<p>Install git if you don&#8217;t have it already</p>
<pre>$ sudo apt-get install git git-core</pre>
<p>Install libwebkit-dev &#8211; please note that this is the ONLY thing we need to grab; while uzbl&#8217;s site lists quite a few necessary dependencies, libwebkit-dev includes all of these so no need to worry!</p>
<pre>$ sudo apt-get install -t unstable libwebkit-dev</pre>
<p>Now you can get on to compilation.  For those of you who are used to compiling other browsers (i.e. Chromium or firefox) this is going to be a different story.  It took me about 5 seconds to compile&#8230; literally, I thought something was broken</p>
<pre>$ git clone git://github.com/Dieterbe/uzbl.git</pre>
<pre>$ cd uzbl</pre>
<pre>$ make</pre>
<pre>$ sudo make install</pre>
<p>Now this next step is optional, but I&#8217;d strongly recommend setting up the default config first</p>
<pre>$ mkdir ~/.config/uzbl</pre>
<pre>$ cp /usr/share/uzbl/examples/config/uzbl/config ~/.config/uzbl/config</pre>
<p>You should be all good to go!  I won&#8217;t get into the details of using this browser, mostly because I&#8217;m still figuring that out myself.  Go to the <a href="http://www.uzbl.org">website</a> and see for yourself.</p>
<p>I would like to thank Noah Fontes and some of the guys at #uzbl on freenode for making this possible.</p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.friedpancakes.com/index.php/2009/07/07/installing-uzbl-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
