5 | | You will need to install the following Debian packages to build WebKitGTK+ and run the layout tests. For other distributions, you must install the equivalent packages. |
6 | | {{{ |
7 | | sudo apt-get install curl \ |
8 | | ruby \ |
9 | | apache2 \ |
10 | | libapache2-mod-php5 \ |
11 | | libapache2-mod-bw \ |
12 | | libgpg-error-dev \ |
13 | | xvfb \ |
14 | | pulseaudio-utils \ |
15 | | python-gi |
16 | | }}} |
17 | | |
18 | | GStreamer -core and -plugins-base >= 0.10.30 is required. |
19 | | |
20 | | To make it easier to run the test and have coherent results we built jhbuild into our build process and test running script. The scripts will automatically fetch jhbuild from git, install it to a private location and use it to install some dependencies. Those are mostly dependencies on very recent versions of packages that can't be easily found in distributions or packages for which we require very specific versions. This very specific requirement is the only way to make sure that layouts and rendering are the same as in the buildbots, so you can get tests passing locally. |
| 5 | Ensure that you've followed [wiki:BuildingGtk all dependency installation instructions]. If you try to run tests without installing and updating both system and JHBuild (update-webkitgtk-libs) dependencies, it's likely that not all tests will pass. |