Re: Konqueror Embedded on x86
Anes Lihovac <[email protected]>
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Organization | Rangee GmbH |
| Message-ID | <[email protected]> |
On Monday 26 June 2006 09:19, Deepak Kumar Mishra wrote: > Hi, > I am new to Konqueror. I want to make a Konqueror/ Embedded work on a x86 > with Linux 2.6 Installed. > I have the basic toolchain installed which allows me to compile any kernel. > > In this black box I want to put Konqueror/ Embedded. > Can any one please help me out in this? > > I think i have to first install qt for embedded and then Konqueror/ > Embedded.. Hi Compile KonqE with the Embedded options on a "nomal" Linux Box. You will need the KonqE sources, autotools, make and gcc/g++ and the Qt Embedded sources. First of all you will have to compile and install Qt Embeded. If your are using a Distro which has QtEmbedded in his package repositry, then you could use those packages. After a successfull compile of konqueror embeded, you have to copy the konqueror binary and the linbkonqe.so.0 library and all libs which are nedded by those files to your embedded system. To find out which libs are needed do: ldd konqueror ldd linkonqe.so.0 This should be something like libqte etc and copy those missing libs to the embedded system. Hope this helps. Best regards Anes