firemail

标题: xulrunner编译 [打印本页]

作者: jimu    时间: 2016-1-24 22:10
标题: xulrunner编译
https://developer.mozilla.org/en ... /Build_Instructions
XULRunner is built using basically the same process as Firefox or other applications. Please read and follow the general Build Documentation for instructions on how to get sources and set up build prerequisites.
By default, XULRunner is built with JavaXPCOM support; the build system must be able to find an appropriate JDK on the system; see the instructions on Building JavaXPCOM for more details. If you do not want to build JavaXPCOM support, specify --disable-javaxpcom in your configuration.
On Mac, XULRunner requires Mac OS X 10.3 or higher and XCode 1.5 or higher to build properly. The runtime requirement is Mac OS X 10.2.
A basic minimal mozconfig which will build a release configuration of XULRunner is:
  1. mk_add_options MOZ_CO_PROJECT=xulrunner
  2. mk_add_options MOZ_OBJDIR=@topsrcdir@/obj-xulrunner

  3. ac_add_options --enable-application=xulrunner
  4. #Uncomment the following line if you don't want to build JavaXPCOM:
  5. #ac_add_options --disable-javaxpcom
复制代码
Fetching Sources from Mercurial
As with all other Mozilla products, one would fetch recent sources from Mercurial. For example, to build XULRunner with the top of the tree:
  1. hg clone http://hg.mozilla.org/mozilla-central/ src
  2. cd src
  3. echo ". \$topsrcdir/xulrunner/config/mozconfig" > .mozconfig
  4. make -f client.mk build
复制代码







欢迎光临 firemail (http://firemail.wang:8088/) Powered by Discuz! X3