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

2009-02-26 Thread x yz

what I said is you get everything not release build. you check out the svn. If 
you get release build you may just get a binary to run, not for make/build.
rgds
joe


--- On Wed, 2/25/09, Meryl Silverburgh  wrote:

> From: Meryl Silverburgh 
> Subject: Re: [webkit-dev] How to build a webkit release build
> To: last...@yahoo.com
> Cc: webkit-dev@lists.webkit.org
> Date: Wednesday, February 25, 2009, 12:29 PM
> Thanks.
> 
> But after I svn get the release build, there are only 4
> sub-directories.
> 
> $ ls
> JavaScriptCoreJavaScriptGlue  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
>  wrote:
> > check out eveything,
> > autogen.sh --pefix=
> > set-webkit-configuration --release
> > build-webkit --gtk
> >
> >
> > --- On Wed, 2/25/09, Meryl Silverburgh
>  wrote:
> >
> >> From: Meryl Silverburgh
> 
> >> Subject: [webkit-dev] How to build a webkit
> release build
> >> To: webkit-dev@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@lists.webkit.org
> >>
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
> >
> >
> >


  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2009-02-25 Thread David Kilzer
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 
To: last...@yahoo.com
Cc: webkit-dev@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
JavaScriptCoreJavaScriptGlueWebCoreWebKit

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  wrote:
> check out eveything,
> autogen.sh --pefix=
> set-webkit-configuration --release
> build-webkit --gtk
>
>
> --- On Wed, 2/25/09, Meryl Silverburgh  wrote:
>
>> From: Meryl Silverburgh 
>> Subject: [webkit-dev] How to build a webkit release build
>> To: webkit-dev@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@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2009-02-24 Thread Meryl Silverburgh
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  wrote:
> check out eveything,
> autogen.sh --pefix=
> set-webkit-configuration --release
> build-webkit --gtk
>
>
> --- On Wed, 2/25/09, Meryl Silverburgh  wrote:
>
>> From: Meryl Silverburgh 
>> Subject: [webkit-dev] How to build a webkit release build
>> To: webkit-dev@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@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2009-02-24 Thread x yz
check out eveything, 
autogen.sh --pefix=
set-webkit-configuration --release
build-webkit --gtk


--- On Wed, 2/25/09, Meryl Silverburgh  wrote:

> From: Meryl Silverburgh 
> Subject: [webkit-dev] How to build a webkit release build
> To: webkit-dev@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@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2009-02-24 Thread Meryl Silverburgh
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@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev