diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 17:42:21 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 17:42:55 -0400 |
| commit | 64512fb8503df789d2448f08436ced2d7cf49b6e (patch) | |
| tree | 320694983b78e8951779d4bdcfbc706103293675 /static | |
| parent | daf2172bdd2a4afc12b9eab7762bbb6699a5c5bd (diff) | |
list dependencies for fetching sources
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 15 |
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> |
