Re: [webkit-dev] Building WebKit on ARM

2009-06-17 Thread Zoltan Herczeg
Hi,

 1.Want to know the build instructions for building WebKit on OMAP 3530?

WebKit is written in c++, so you don't need to do anything special for
your CPU. Just run WebKitTools/Scripts/build-webkit

 2.Does the WebKit source need to be changed(makefile) so that it builds
 for OMAP 3530?

If you plan to use a cross-compiler, the answer is yes. However, you can
use a scratchbox environment to avoid these modifications:
http://freedesktop.org/wiki/Software/sbox2

Zoltan


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


Re: [webkit-dev] Building WebKit on ARM

2009-06-17 Thread Holger Freyther
On Wednesday 17 June 2009 15:50:32 jagadeesh k wrote:
 Hi,

 I want to built WebKit on OMAP 3530(ARM cortex A8)with Open embedded
 Linux distribution. 1.Want to know the build instructions for building
 WebKit on OMAP 3530?

 2.Does the WebKit source need to be changed(makefile) so that it builds for
 OMAP 3530?

No,

koen from Angstrom/OpenEmbedded is maintaining the build recipe. All you need 
would be something like bitbake webkitgtk and you will get a webkit with the 
Armv7 JIT enabled for your OMAP3.

I think it would be best if you ask further questions in an OpenEmbedded 
channel.

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