Skip to content

Commit 010ad94

Browse files
Update BUILDING.md to include Java JRE (project-chip#35603)
- Installed a new PC for work. Could not run zap_regen_all.py successfully, as the Java dependency was not installed, but this was not stated in the manual.
1 parent dbf7327 commit 010ad94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/BUILDING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ satisfied with the following command:
9494
```
9595
sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \
9696
libglib2.0-dev libavahi-client-dev ninja-build python3-venv python3-dev \
97-
python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev
97+
python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev \
98+
default-jre
9899
```
99100

100101
#### UI builds

0 commit comments

Comments
 (0)