= Build Instructions for the QtWebKit build on Windows = == Dependencies == First of all you need a version of Qt for Windows. If you are an Open Source developer then you can for example download the Open Source Edition of Qt for Windows from the Trolltech Website: [http://trolltech.com/developer/downloads/qt/windows] The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]: * Bison * Gperf * Flex In addition you need Perl. ActiveState Perl works fine for example. You can download it from the [http://www.activestate.com/Products/ActivePerl/ ActivePerl Website]. Make sure the GnuWin32 packages are in your PATH as well as Perl. You also need to have %QTDIR% set and have %QTDIR%\bin in your PATH. Please note that building inside Cygwin is currently not supported. == Building QtWebKit == * From within the WebKit source tree execute {{{perl WebKitTools\Scripts\build-webkit}}}