[jboss-user] [JBoss Tools] - Build XulRunner 1.9 on Linux

Maxim Areshkau do-not-reply at jboss.com
Fri Feb 25 09:34:09 EST 2011


Maxim Areshkau [http://community.jboss.org/people/mareshkau] modified the document:

"Build XulRunner 1.9 on Linux"

To view the document, visit: http://community.jboss.org/docs/DOC-16537

--------------------------------------------------------------
* Download source code from mozilla using followinn commandmkdir xulrunner19
cd xulrunner19
cvs -d :pserver: mailto:anonymous at cvs-mirror.mozilla.org anonymous at cvs-mirror.mozilla.org:/cvsroot co -r FIREFOX_3_0_RELEASE mozilla/client.mk
cd mozilla
make -f client.mk checkout MOZ_CO_PROJECT=xulrunner

* Create a configuration file xulrunner.mozconfig  http://developer.mozilla.org/en/docs/Configuring_Build_Options#Using_a_.mozconfig_Configuration_File Information about mozilla connfig file on Mozila An example of configuration file is here$topsrcdir/xulrunner/config/mozconfig
ac_add_options --enable-application=xulrunner
ac_add_options --disable-debug
ac_add_options --disable-tests
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../xulrunner_build

* Register file in Systemexport MOZCONFIG=./xulrunner.mozconfig

* Build xulrunnermake -f client.mk build

* Register xulrunner for user./xulrunner --register-user

* Register xulrunner for systemsudo ./xulrunner --register-global

* Information about xulrunner registred for user here/home/user_name/.gre.d/1.9.conf

* Information about xulrunner which was registred globaly here/etc/gre.d/1.9.conf

* View firefox/xulrunner build optionsabout:buildconfig
--------------------------------------------------------------

Comment by going to Community
[http://community.jboss.org/docs/DOC-16537]

Create a new document in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&containerType=14&container=2128]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110225/7e08ae52/attachment.html 


More information about the jboss-user mailing list