Skip to content

Commit

Permalink
Update BUILDING.md to include Java JRE
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
tcarmelveilleux authored Sep 16, 2024
1 parent 4f35706 commit 7974c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ satisfied with the following command:
```
sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \
libglib2.0-dev libavahi-client-dev ninja-build python3-venv python3-dev \
python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev
python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev \
default-jre
```

#### UI builds
Expand Down

0 comments on commit 7974c7e

Please sign in to comment.