aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xulrunner/build_instructions/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xulrunner/build_instructions/index.html')
-rw-r--r--files/ja/archive/mozilla/xulrunner/build_instructions/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xulrunner/build_instructions/index.html b/files/ja/archive/mozilla/xulrunner/build_instructions/index.html
new file mode 100644
index 0000000000..335999fe34
--- /dev/null
+++ b/files/ja/archive/mozilla/xulrunner/build_instructions/index.html
@@ -0,0 +1,24 @@
+---
+title: Building XULRunner
+slug: Archive/Mozilla/XULRunner/Build_Instructions
+tags:
+ - Build documentation
+ - Developing Mozilla
+ - XUL
+ - XULRunner
+translation_of: Archive/Mozilla/XULRunner/Build_Instructions
+---
+<p> </p><p><a href="ja/XULRunner">XULRunner</a> は Firefox や他のアプリケーションと基本的に同じプロセスでビルドします。ソースの取得方法やビルド環境の構築方法については <a href="ja/Build_Documentation">Build Documentation</a> を読み、それに従ってください。
+</p><p>デフォルトのビルド設定では <a href="ja/JavaXPCOM">JavaXPCOM</a> サポートが有効になっています。ビルドシステムが適当な JDK を見つけられるようにしておいてください。詳細は <a href="ja/Building_JavaXPCOM">Building JavaXPCOM</a> を参照してください。JavaXPCOM のサポートを無効にしてビルドしたい場合は、設定に &lt;tt&gt;--disable-javaxpcom&lt;/tt&gt; を指定してください。
+</p><p>Mac では、XULRunner を適切にビルドするためには Mac OS X 10.3 以降と、XCode 1.5 以降が必要です。ランタイム必要条件は Mac OS X 10.2 です。
+</p><p>XULRunner のリリースビルド用の <a href="ja/Configuring_Build_Options#Using_a_.mozconfig_Configuration_File">mozconfig</a> の最小構成:
+</p>
+<pre class="eval">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
+</pre>
+<p><span class="comment">Interwiki Language Links</span>
+</p>