Re: [webkit-dev] Building on Linux

2007-02-11 Thread Mark Rowe
Rich, The build instructions haven't changed for the Gdk port since that wiki page was written. Please note that the instructions say: The port is not fully-maintained, but contributors often provide changes to keep it in sync with the rest of WebKit. This means that it may not always be

Re: [webkit-dev] Building on Linux

2007-02-11 Thread Krzysztof Kowalczyk
Current svn gdk build works. Here's a script I use to do a full build: [EMAIL PROTECTED]:~/src/webkit-tot$ more ./gdk-rebuild.sh #!/bin/sh pushd . cd WebKitTools/Scripts ./regenerate-makefiles cd ../../JavaScriptCore make clean make cd ../WebCore/Projects/gdk make clean make .DerivedSources make