summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-08 17:42:21 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-08 17:42:55 -0400
commit64512fb8503df789d2448f08436ced2d7cf49b6e (patch)
tree320694983b78e8951779d4bdcfbc706103293675
parentdaf2172bdd2a4afc12b9eab7762bbb6699a5c5bd (diff)
list dependencies for fetching sources
-rw-r--r--static/build.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index f031accd..301bea78 100644
--- a/static/build.html
+++ b/static/build.html
@@ -190,6 +190,21 @@
<h2 id="build-dependencies">
<a href="#build-dependencies">Build dependencies</a>
</h2>
+
+ <p>Dependencies for fetching and verifying the sources:</p>
+
+ <ul>
+ <li>repo</li>
+ <li>python3 (for repo)</li>
+ <li>git (both for repo and manual usage)</li>
+ <li>gpg (both for repo and manual usage)</li>
+ </ul>
+
+ <p>You can either obtain <code>repo</code> as a distribution package or the
+ self-updating standalone version from the Android Open Source Project. The
+ self-updating variant avoids dealing with out-of-date distribution packages and
+ depends on GPG to verify updates.</p>
+
<ul>
<li>x86_64 Linux build environment (macOS is not supported, unlike AOSP which
partially supports it)</li>