Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Building XULRunner

XULRunner は Firefox や他のアプリケーションと基本的に同じプロセスでビルドします。ソースの取得方法やビルド環境の構築方法については Build Documentation を読み、それに従ってください。

デフォルトのビルド設定では JavaXPCOM サポートが有効になっています。ビルドシステムが適当な JDK を見つけられるようにしておいてください。詳細は Building JavaXPCOM を参照してください。JavaXPCOM のサポートを無効にしてビルドしたい場合は、設定に <tt>--disable-javaxpcom</tt> を指定してください。

Mac では、XULRunner を適切にビルドするためには Mac OS X 10.3 以降と、XCode 1.5 以降が必要です。ランタイム必要条件は Mac OS X 10.2 です。

XULRunner のリリースビルド用の mozconfig の最小構成:

mk_add_options MOZ_CO_PROJECT=xulrunner
mk_add_options MOZ_OBJDIR=@topsrcdir@/obj-xulrunner

ac_add_options --enable-application=xulrunner
#Uncomment the following line if you don't want to build JavaXPCOM:
#ac_add_options --disable-javaxpcom

Interwiki Language Links

ドキュメントのタグと貢献者

 このページの貢献者: Electrolysis, Kozawa, Iron
 最終更新者: Electrolysis,