diff --git a/static/build.html b/static/build.html index 7c3a5ac9..8336d3e5 100644 --- a/static/build.html +++ b/static/build.html @@ -201,7 +201,7 @@
To build GrapheneOS, install the required packages:
-apt install repo yarnpkg python3-venv zip rsync+
apt install repo yarnpkg zip rsync
Your PATH
may not contain directories like
/sbin
, and many system administration commands will fail. The
@@ -271,8 +271,6 @@ source ~/.bashrc
Additional dependencies for extracting vendor files with adevtool:
Optional
- -Run the following additional commands once to create a working - environment if your Linux distribution (such as Debian bookworm) doesn't - have the Protobuf library for Python 3 package version (5.)27.2 or later. - This installs the latest library version in a Python 3 virtual - environment.
- -python3 -m venv venv -source venv/bin/activate -pip install protobuf -deactivate-
Optional
- -If you have installed the Protobuf library in the Python 3 virtual - environment, activate the environment:
- -source venv/bin/activate-
Download, extract and prepare the vendor files:
adevtool generate-all -d PIXEL_CODENAME
Replace PIXEL_CODENAME
with Pixel device codename, which is the same as build target name.
Optional
- -If you have installed the Protobuf library in the Python 3 virtual - environment, deactivate the environment:
- -deactivate-