Porting webkit to really small embedded devices
-
wrote on 30 Mar 2012, 12:39 last edited by
Let's say my hardware has some limitations. 10 MB of flash memory, 32 MB (max) of RAM, 256 MHz cpu - mips. Is it feasible to try and port webkit if I have my own widget toolkit (smaller than qt).
All I need really is the webkit layout engine. And most importantly what steps should I take? I've been trying to cross-compile webkit but I cannot do it without some of the ports (gtk, qt).
Any tips will be appreciated. I am sorry if similar question was asked but I didn't really find anything of help when I searched.
-
wrote on 2 Apr 2012, 09:40 last edited by
Anyone understands my question and willing to help or hopefully point me in the right direction to look?
-
wrote on 26 Apr 2012, 11:37 last edited by
try using skia or cairo port for graphics, i think you should time heavily on cutting down modules of Webkit. But 10MB/32MB is very tough to accomodate