aboutsummaryrefslogtreecommitdiff
path: root/files/fr/archive/b2g_os/spark/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/archive/b2g_os/spark/index.html')
-rw-r--r--files/fr/archive/b2g_os/spark/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/fr/archive/b2g_os/spark/index.html b/files/fr/archive/b2g_os/spark/index.html
new file mode 100644
index 0000000000..26b1466bdd
--- /dev/null
+++ b/files/fr/archive/b2g_os/spark/index.html
@@ -0,0 +1,20 @@
+---
+title: Spark
+slug: Archive/B2G_OS/Spark
+translation_of: Archive/B2G_OS/Building_and_installing_B2G_OS
+---
+<div class="warning">
+<p>Spark est compilé de la même manière que Firefox OS, excepté que la variable d'environnement <em>GAIA_DISTRIBUTION_DIR=distros/spark</em> est définie.</p>
+</div>
+
+<h3 id="Compiler_B2G_avec_Spark">Compiler B2G avec Spark</h3>
+
+<p><a href="/fr/Firefox_OS/Compiler#Compiler_Boot_to_Gecko">Article principal : Compiler Boot2Gecko</a></p>
+
+<pre>GAIA_DISTRIBUTION_DIR=distros/spark ./build.sh</pre>
+
+<h3 id="Compiler_Gaia_avec_Spark">Compiler Gaia avec Spark</h3>
+
+<p><a href="/fr/Firefox_OS/Developing_Gaia/Référence_options_make">Article principal : Développer pour Gaia - référence des options de make</a></p>
+
+<pre>GAIA_DISTRIBUTION_DIR=distros/spark make</pre>