Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development-1/build-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Before you can build, it is important to update the OS and install build depende
```text
sudo apt update
sudo apt upgrade
sudo apt install gcc make git unzip wget xz-utils bc gperf zip unzip makeinfo g++ mkfontscale mkfontdir bdftopcf xsltproc java
sudo apt install gcc make git unzip wget xz-utils bc gperf zip g++ xfonts-utils xsltproc openjdk-11-jre-headless
```

Note: The first time the build-system runs it will validate and prompt you to install any missing package dependencies.
Expand Down