[webkit-help] Is there a way to build Webkit with a specified .o directory?

tonikitoo (Antonio Gomes) tonikitoo at gmail.com
Wed Feb 3 05:17:00 PST 2010


Vivek, I use to export WEBKITOUTPUTDIR=`pwd`/WebKitBuild/{Release/Debug}.

It is manually needed in gtk port case. On the other hand , Qt does it
for you out of the box when building w/ build-webkit script.

On Wed, Feb 3, 2010 at 3:32 AM, Vivek Satpute <vivekonline86 at gmail.com> wrote:
> Hi Ariya,
>
> I also want to compile webkit in debug mode. In Makefile there is debug
> mode. I tried following commands:
>
> #make debug
> #make d
> #make debug d development dev develop
>
> But could not compile it. Could you please tell me how can I compile it in
> debug mode ?
>
> Thanks,
> Vivek Satpute
>
> On Wed, Feb 3, 2010 at 1:56 AM, Ariya Hidayat <ariya.hidayat at gmail.com>
> wrote:
>>
>> > Can you please tell me if i can build Webkit with a specified .o
>> > directory?
>> > If that is possible, I can switch between Debug and Release build
>> > easily (by putting the .o in different directories).
>>
>> You can build WebKit in debug and release mode, each resides in its
>> own directory, WebKitBuild/Debug and WebKitBuild/Release,
>> respectively. Is that not enough for your purpose?
>>
>>
>>
>>
>>
>> --
>> Ariya Hidayat
>> http://www.linkedin.com/in/ariyahidayat
>> _______________________________________________
>> webkit-help mailing list
>> webkit-help at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>



-- 
--Antonio Gomes


More information about the webkit-help mailing list