Get the last webkit

  1. Go to http://webkit.org/
  2. Download the last nightly archive for Linux (r39474 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

For Intrepid :
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 libxt-dev

Webkit compilation

Compilation preparation :
./autogen.sh

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

Launch compilation with :
make

Test Acid3

Launch the mini-browser with :
./Programs/GtkLauncher

Go to http://acid3.acidtests.org/ ;)

Result

webkit-r39474.png

Conclusion

You can shout : "I passed the test" :-D

Liens