22 Aug
2008
22 Aug
'08
4:12 p.m.
On Fri, 8/22/08, Jack Wootton <jackwootton@gmail.com> wrote:
I'm attempting to follow the instructions here:
http://webkit.org/building/checkout.html
The instructions state:
"Type this command to update your source tree:
WebKit/WebKitTools/Scripts/update-webkit"
However I have no WebKitTools directory in my WebKit directory.
Can anyone help?
How did you check out the source in the first place? Did you run this command? svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit You must check out the source using Subversion (svn) before you can use the script. I'm not sure, but the source tarball may not include everything. Dave