Changes between Version 57 and Version 58 of QtWebKitContrib


Ignore:
Timestamp:
Dec 28, 2009 8:57:26 PM (14 years ago)
Author:
dbates@webkit.org
Comment:

Added subsections "Dependencies" and "Installing dependencies on Ubuntu" to described required software to run DRT

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v57 v58  
    6868
    6969=== Running the tests ===
     70
     71==== Dependencies ====
     72
     73You will need to install the following packages to run the layout tests:
     74
     75 * Curl
     76 * Ruby 1.8 or greater
     77 * Apache 2
     78 * libapache2-mod-php5 (i.e. the PHP 5 Apache 2 module)
     79
     80==== Installing dependencies on Ubuntu ====
     81To install the required dependencies on Ubuntu, do
     82
     83{{{
     84sudo aptitude install curl ruby apache2 libapache2-mod-php5
     85}}}
     86
     87==== Installing the layout test fonts/Using run-webkit-tests ====
     88
    7089To run the tests the normal WebKit layout test infrastructure is used. In addition you need a fixed set of fonts for testing. You can download them using Git from Gitorious:
    7190