You should have packages for building webkit. Let's consider you can build webkit on gtk.
= Build WebKit =
1. Enter script folder
: cd WebKitTools/Scripts
2. Run a script of building webkit
: ./build-webkit --gtk
= Run webkit test =
1. Please clone testfont from below url,
: git clone git://gitorious.org/qtwebkit/testfonts.git
2. Let's set WEBKIT_TESTFONTS environment variable with the testfonts
: export WEBKIT_TESTFONTS=The testfonts path
3. Make a folder for test result.
: mkdir test-result
: cd WebKitTools/Scripts
5. Install apache5 / php5 / ogg to test httpd
: apt-get install apache5
: apt-get install php5
: apt-get install ogg*
6. Run webkit test script
: ./run-webkit-tests --platform --gtk ./test-result
= Run sunspider test =
1. ./run-sunspider --gtk



Leave your greetings here.