you could try building xulrunner with the --with-gecko-profile=minimal set, from the branch MOZILLA_1_8_BRANCH [pulling] export MOZ_CO_TAG=MOZILLA_1_8_BRANCH cvs -d :pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxx:/cvsroot login cvs -d :pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxx:/cvsroot co mozilla/client.mk # type the password anonymous cd mozilla make -f client.mk checkout MOZ_CO_PROJECT=xulrunner [building] cd <mozilla_top_dir> cp xulrunner/config/mozconfig . [add the following 4 line into your mozconfig] ac_add_options --prefix=<what/ever> ac_add_options --disable-javaxpcom ac_add_options --disable-js-static-build ac_add_options --with-embedding-profile=minimal make -f client.mk build_all make -s install this would provide you the minimal 'gecko' build for embedding purposes. Link against the .so libs created at yout/prefix/lib/mozilla/.so (according with the .pc files). regards On 6/7/06, Christophe HAUSER <kereoz@xxxxxxxx> wrote:
Hi, I've got questions about building the gtkmozembed widget. Do I need to build mozilla or firefox from sources ? Mozilla or firefox ? Is there a way t build only the widget ? I would like to compile a gtk app using gtkmozembed (gtk mozilla widget) for ARM, so I need to have light libs.
-- --Antonio Gomes Nokia Technology Institute _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list