Building webkit - LemontechSA/TideSDK GitHub Wiki

Building WebKit

Currently, WebKit is the core component for TideSDK. It is where the HTML is interpreted and displayed.

WinCairo (Webkit on Windows)

Visual Studio 2005

sln_path = os.path.join(**scm.find_checkout_root()**, "WebKit", "win", "WebKit.vproj", "WebKit.sln")  

I replaced the scm.find_checkout_root() with "c:/cygwin/home/user/webkit/Source" (quotes included and forward slash intended).

Visual Studio 2010 (not yet tested)

Building WebKitGTK+

sudo apt-get install libxtst-dev gtk-doc-tools