From 93b507ad6c27112a81fd30b697f0a0ffeb3fad4f Mon Sep 17 00:00:00 2001 From: Nathan <39394314+MrKumaPants@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:07:57 -0500 Subject: [PATCH] updated packages required for ubuntu (#771) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 72d5464513..d7e68a0a2a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -118,7 +118,7 @@ install to a more recent version of `Ubuntu`: registry: ```bash - sudo apt install bison flex g++ gcc-arm-none-eabi git make ninja-build pkg-config python3 p7zip + sudo apt install bison flex g++ gcc-arm-none-eabi git lib32zl make ninja-build pkg-config python3 p7zip ``` 2. [Download the repository](#2-downloading-the-repository).