Hi, WebKit is a browser engine not a browser. Many things (ranging from network handling, threading, graphics, timers, etc.) are handled by the target port, not WebKit itself. So you need to use one of its ports, or create a new port (which is not an easy task). Even the command line JavaScript interpreter (jsc) depends on the target port.
Zoltan > Hi, > > Is there nobody who could reply to this thread? Please help me out as it's > urgent. A pointer to any web resource would also do good. I searched in > this > forum but couldn't find a suitable answer to this query. > > -Pritam. > > On Wed, Dec 16, 2009 at 5:32 PM, Pritam Nandy > <[email protected]>wrote: > >> Hi, >> >> An additional information is I don't want to use any UI port like >> GTK+/QT >> and want to build the WebKit as it is for ARM using the ARM ADS supplied >> compilers, namely, armcc/armcpp (32-bit) or tcc/tcpp (16-bit). Is it >> possible? Can anybody let me know the sequence of steps? >> >> Please help me out. >> >> -Pritam. >> >> On Wed, Dec 16, 2009 at 2:19 PM, Pritam Nandy >> <[email protected] >> > wrote: >> >>> Hi, >>> >>> I'm trying to build WebKit for the ARM environment. I'm using ADS 1.2 >>> for >>> the purpose. Can anybody please provide me the list of steps it takes >>> to >>> build WebKit for ARM? >>> I've checked the WebKit site and it only lists the steps to build it >>> for >>> Windows, but nothing on ARM. I expect it to be different from the >>> Windows >>> Building steps and hence this topic. >>> >>> I'm new to WebKit, so please excuse me for my ignorance over it. >>> >>> -Pritam. >>> >> >> > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
