[webkit-dev] How to build a webkit release build

David Kilzer ddkilzer at webkit.org
Wed Feb 25 01:46:37 PST 2009


You need to check out "trunk" from Subversion first (to get all of the "other" files):

$ svn co http://svn.webkit.org/repository/webkit/trunk WebKit

Then update each of the JavaScriptCore, WebCore, and WebKit subdirectories to the Subversion branch you're interested in:

$ cd WebKit/JavaScriptCore
$ svn switch "http://svn.webkit.org/repository/webkit/releases/Apple/Safari%204%20Public%20Beta/JavaScriptCore"
$ cd ../WebCore
$ svn switch "http://svn.webkit.org/repository/webkit/releases/Apple/Safari%204%20Public%20Beta/WebCore"
$ cd ../WebKit
$ svn switch "http://svn.webkit.org/repository/webkit/releases/Apple/Safari%204%20Public%20Beta/WebKit"

That should get you started in the right direction.

Dave




________________________________
From: Meryl Silverburgh <silverburgh.meryl at gmail.com>
To: lastguy at yahoo.com
Cc: webkit-dev at lists.webkit.org
Sent: Tuesday, February 24, 2009 8:29:58 PM
Subject: Re: [webkit-dev] How to build a webkit release build

Thanks.

But after I svn get the release build, there are only 4 sub-directories.

$ ls
JavaScriptCore    JavaScriptGlue    WebCore        WebKit

So I can't perform your steps as there is no 'autogen.sh' 'build-webkit', etc.


On Tue, Feb 24, 2009 at 7:35 PM, x yz <lastguy at yahoo.com> wrote:
> check out eveything,
> autogen.sh --pefix=<dir>
> set-webkit-configuration --release
> build-webkit --gtk
>
>
> --- On Wed, 2/25/09, Meryl Silverburgh <silverburgh.meryl at gmail.com> wrote:
>
>> From: Meryl Silverburgh <silverburgh.meryl at gmail.com>
>> Subject: [webkit-dev] How to build a webkit release build
>> To: webkit-dev at lists.webkit.org
>> Date: Wednesday, February 25, 2009, 8:50 AM
>> I read the instructions here in building Webkit trunk build.
>>
>> http://webkit.org/building/build.html
>>
>> But when I check out the 'release' build, it only
>> has 4 subdirectories
>> (different from the trunk project directories) and
>> it does not have
>> 'WebKit/WebKitTools/Scripts/build-webkit'
>>
>> http://trac.webkit.org/browser/releases/Apple/Safari%204%20Public%20Beta
>> http://trac.webkit.org/browser/trunk
>>
>> So my question is how can I build Webkit's release
>> build?
>>
>> Thank you.
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
>
>
_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090225/78de32c7/attachment.html>


More information about the webkit-dev mailing list