After the post on "How to compile the last webkit" Now i will show you how to compile the Midori browser, with the last Webkit.

Get the last webkit

  1. Go to http://webkit.org/
  2. Download the last nightly archive for Linux (r32268 for this post)
  3. Unzip the archive
  4. Open a Terminal and go in the new folder

Installation of packages needed

For a webkit build you need to install :
sudo apt-get install autoconf automake libtool bison flex gperf libicu-dev libxslt-dev libcurl4-openssl-dev libsqlite3-dev libjpeg62-dev libpng12-dev libglibmm-2.4-dev libgtk2.0-dev build-essential

Webkit compilation

Compilation preparation :
./autogen.sh

And :
./configure --enable-svg-experimental

Launch compilation with :
make

Installation with :
sudo make install

Midori

We need git to download Midori sources :
sudo apt-get install git-core curl

We need some packages :
sudo apt-get install cdbs debhelper fdupes gettext html2text intltool intltool-debian libsexy-dev po-debconf

Download of Midori sources :
git clone http://software.twotoasts.de/media/midori.git

Go in the directory :
cd midori

Preparation :
./autogen.sh

And :
./configure

Compilation :
make

Installation :
sudo make install

Last step :
sudo ldconfig

Test

You can create a launcher (right click on desktop), launch it under the terminal or with Alt+F2 -> midori

Result

Midori Capture