Hi,
below are some basic things you would need to compile your webkit-gtk
port for any targeted system(e.g. Arm)
1. Get some cross compilation environment from compiling webkit on
your machine but targeting some other system like arm. E.g.
scratchbox, the one you mentioned, etc.
2. Get the require toolchain which will actually have tools/bins
reuired to compile your code for target machine(E.g. Arm)
3. you will also have to cross compile/build all the dependencies
required to build webkit.
4. here is the list of webkit-gtk port dependencies:
o Gtk+ (might be on X or DirectFb), it needs lot of
dependencies to be built and installed first, google search it for
build details, packages, etc.
o gperf
o flex
o bison
o curl(libcurl)
o sqlite
o icu4c-4.0(libicu)
o libXslt
5. Build webkit
o Get the latest source
o ./autogen.sh && make && make install
Refer webkit.org/google (https://trac.webkit.org/wiki/BuildingGtk) for
more details.
-Arun
On 3/18/09, x yz <[email protected]> wrote:
>
> I do mips not arm, but after setup cross compiler tool chain the compilation
> is the same as on native X86 platform.
> for how to setup tool chain, you would got help from Internet.
> after you set up tool chain, you will need to compile extra libs. how to
> compile libs is also another issue.
> rgds
> joe
>
>
> --- On Tue, 3/17/09, arati <[email protected]> wrote:
>
>> From: arati <[email protected]>
>> Subject: Re: [webkit-dev] How to compile WebKit GTK+ port from ARM
>> processor?
>> To: "'Nilesh Patil'" <[email protected]>
>> Cc: [email protected]
>> Date: Tuesday, March 17, 2009, 1:11 PM
>> Hi Nilesh,
>> Thanks for your reply.
>> I have a cross compiler(Sourcery g++) installed on openSUSE
>> Linux.
>> Can you give me any direction for starting building WebKit
>> GTK+ port?
>> Do I need to do any configuration for this?
>>
>> Thanks
>>
>> -----Original Message-----
>> From: Nilesh Patil [mailto:[email protected]]
>> Sent: Thursday, March 12, 2009 19:04
>> To: arati
>> Cc: [email protected]
>> Subject: Re: [webkit-dev] How to compile WebKit GTK+ port
>> from ARM
>> processor?
>>
>> Hi
>>
>> Not really sure but If this is for linux then probably you
>> need to
>> have some cross platform compiler with environment like
>> scratchbox.
>>
>> On Wed, Mar 11, 2009 at 2:46 PM, arati
>> <[email protected]> wrote:
>> > Hi,
>> >
>> > Can anyone give me any pointer to compile WebKit GTK+
>> port for ARM
>> > processor?
>> >
>> > Can this be done using gcc ?
>> >
>> >
>> >
>> > Thanks
>> >
>> > _______________________________________________
>> > webkit-dev mailing list
>> > [email protected]
>> >
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> >
>> >
>>
>> _______________________________________________
>> webkit-dev mailing list
>> [email protected]
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
>
> _______________________________________________
> webkit-dev mailing list
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev