diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-23 15:40:41 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-23 15:40:41 -0500 |
| commit | b7107782f93f8a061655e70da965737ae7f807b6 (patch) | |
| tree | d411ed6ae715811bbbeb31cdab3fe74c5c6d7ed3 | |
| parent | 87d700bc05c6f712acccd157005b472c803f643b (diff) | |
document additional Vanadium build dependencies
| -rw-r--r-- | static/build.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index e7eed498..c92d57e5 100644 --- a/static/build.html +++ b/static/build.html @@ -279,6 +279,13 @@ <li>python2-protobuf</li> </ul> + <p>Additional Vanadium (Chromium) build dependencies not provided by the source tree:</p> + + <ul> + <li>32-bit glibc</li> + <li>32-bit gcc runtime library</li> + </ul> + <p>The <code>signify</code> tool (with the proper naming) is also required for signing factory images zips.</p> </section> |
