Re: Questions about build Konqueror-e3
"inoue masatoshi" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <008001c7517b$b9920410$6464a8c0@qss4e4def575e2> |
Hello, huhu. Could you solve about this problem? Now, I will show how I add th plug-in folder to konq/e. 1. extract "another" konq/e. 2. then, put your plugin directory to add-ons directory of "another" konq/e . 3. Edit the Makefile.am (Here I copied Makefile.am from kplaintext's one) 4. run aclocal, automake to create Maikefile.in for plugin. 4. Copy the directory of plugin which has Makefile.in to "original" konq/e 5. run configure script for "original"konq/e 6. run make I know this way is not smart, as my English orz... But anyway I could compile the konq/e with plug-in. Regards Inoue ----- Original Message ----- From: huzj To: [email protected] Sent: Wednesday, February 07, 2007 4:36 PM Subject: Questions about build Konqueror-e3 I am building konqueror/e(konqueror3-embedded-0.2-20060121.tar.bz2) on qt-x11-free-3.3.5.tar.gz . And I have some problems. I want to add a plugin to support a customed html embedded content. To to that, I need to write a project and put it into the dir addons/. But I don't know how to write a Makefile.in and Makefile.am. After a search about Mafilefile.in, I found that Makefile.in is generated from Makefile.am by automake. Than I run "aclocal && automake&&autoconf" in the top dir of konqueror3-embedded-0.2-20060121 to regenerate all the Makefile.in and configure. But it can't work correctlly. Please give me some suggestion about how to rebuild all the makefile.in and "configure" or about how to write a custom addon's makefile. Any help is appreciated! best regards huhu ------------------------------------------------------------------------------ _______________________________________________ konq-e mailing list [email protected] https://mail.kde.org/mailman/listinfo/konq-e _______________________________________________ konq-e mailing list [email protected] https://mail.kde.org/mailman/listinfo/konq-e