- Install VS2005
- Install Cygwin from here:
- http://www.cygwin.com/
- Install Cygwin options
- devl->make
- devl->g++
- devl->bison
- devl->gperf
- devl->flex
- devl->subversion
- net->curl
- interpreters->perl
- archive->unzip
- Update Perl:
- In cygwin run:
- perl -MCPAN -e shell
- yes to autoconfigure
- install Win32API::Registry
- perl -MCPAN -e shell
- In cygwin run:
- Set the following environment variables:
- WEBKITOUTPUTDIR – An absolute Windows-style path pointing to the directory where you want the build products to go.
- WEBKITLIBRARIESDIR – An absolute Windows-style path pointing to the WebKitLibraries/win folder in your WebKit checkout.
- Install QucktimeSDK from here:
- Extract the latest WebKit build into the cygwin’s ~ or user dir:
- http://nightly.webkit.org/
- That is, extract the package to your user dir and rename WebKit-XXXXX to simply WebKit
- Drop the WebKit Support Library into the WebKit folder:
- Run this command:
- WebKit/WebKitTools/Scripts/build-webkit
Official Instructions can be found here:
Some tips can be found here: