diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-09-27 04:29:09 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-09-27 04:29:09 -0400 |
| commit | 7c58af5b6dd2e53926cf548dcfe9e2cc3f98e474 (patch) | |
| tree | af0e1b738d204f73727d6578ec76f631e42f194f /static | |
| parent | 50756f6d3d0713fba069385ccee4f4a3b0cb1ea5 (diff) | |
update Vanadium section
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/static/build.html b/static/build.html index 5b61467e..faf53855 100644 --- a/static/build.html +++ b/static/build.html @@ -275,16 +275,18 @@ cd ../..</pre> <a href="#browser-and-webview">Browser and WebView</a> </h2> - Before building GrapheneOS, you need to build Chromium for the WebView and - <em>optionally</em> the standalone browser app. GrapheneOS uses a hardened fork of - Chromium for these. It needs to be rebuilt when Chromium is updated or the GrapheneOS - <code>Vanadium</code> patches change. + <p>Before building GrapheneOS, you need to build Vanadium for the WebView and + <em>optionally</em> the standalone browser app. Vanadium is a hardened fork of + Chromium developed and used by GrapheneOS. It needs to be rebuilt when Chromium is + updated or the GrapheneOS <code>Vanadium</code> patches are changed.</p> - Chromium and the WebView are independent applications built from the Chromium source tree. The - GrapheneOS Chromium build is located at external/vanadium and includes the WebView. + <p>Chromium and the WebView are independent applications built from the Chromium + source tree. The GrapheneOS Chromium build is located at external/vanadium and + includes the WebView.</p> - See <a href="https://www.chromium.org/developers/how-tos/android-build-instructions"> - Chromium's Android build instructions</a> for details on obtaining the prerequisites. + <p>See <a href="https://www.chromium.org/developers/how-tos/android-build-instructions"> + Chromium's Android build instructions</a> for details on obtaining the + prerequisites.</p> <p>You can obtain the proper configuration from the <a href="https://github.com/GrapheneOS/Vanadium"> |
