diff --git a/static/build.html b/static/build.html index 7a465aba..954bb708 100644 --- a/static/build.html +++ b/static/build.html @@ -193,6 +193,24 @@

Arch Linux, Debian bookworm, Ubuntu 23.04 and Ubuntu 22.04 LTS are the officially supported operating systems for building GrapheneOS.

+
+ Set up Debian GNU/Linux 12 (bookworm) + +

To build GrapheneOS, install the required packages:

+ +
apt install repo yarnpkg python3-venv zip rsync
+ +

Your PATH may not contain directories like + /sbin, and many system administration commands will fail. The + adevtool from GrapheneOS requires the debugfs + binary in /sbin. The simplest workaround is to add these + directories to your PATH environment variable (and apply the + change to your current shell):

+ +
echo 'export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin' >> ~/.bashrc
+source ~/.bashrc
+
+

Dependencies for fetching and verifying the sources: