Re: mozilla gtk widget
- From: "Antonio Gomes" <tonikitoo gmail com>
- To: "Christophe HAUSER" <kereoz yahoo fr>
- Cc: gtk-list gnome org
- Subject: Re: mozilla gtk widget
- Date: Wed, 7 Jun 2006 08:39:20 -0400
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 cvs-mirror mozilla org:/cvsroot login
cvs -d :pserver:anonymous cvs-mirror mozilla org:/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 yahoo fr> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]