From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- docs/contributing/contribution_quickref.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/contributing/contribution_quickref.rst') diff --git a/docs/contributing/contribution_quickref.rst b/docs/contributing/contribution_quickref.rst index 981198e566..f6f80e0cdf 100644 --- a/docs/contributing/contribution_quickref.rst +++ b/docs/contributing/contribution_quickref.rst @@ -42,7 +42,7 @@ You can download the source code and have Firefox automatically download and ins Downloading can take from 40 minutes to two hours (depending on your connection) and the repository should be less than 5GB (~ 20GB after the build). -The default options are recommended. +The **default options are recommended**. If you're not planning to write C++ or Rust code, select :ref:`Artifact Mode ` and follow the instructions at the end of the bootstrap for creating a mozconfig file. @@ -69,6 +69,16 @@ To Setup Firefox On macOS and Linux More information on :ref:`building Firefox for Linux ` and :ref:`building Firefox for MacOS `. +To Setup Firefox for Android +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: shell + + $ curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O + $ python3 bootstrap.py + +More information on :ref:`building Firefox for Android ` + To set up your editor --------------------- @@ -399,6 +409,8 @@ GeckoView setup and contribution docs live in `geckoview.dev