From babddc24c2f485e1bb9d44cbffb70b131cfc598e Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Tue, 6 Feb 2024 19:37:27 +0100 Subject: [PATCH] Documentation: Add 'python3-packaging' to additional dependency list The 'python3-packaging' depedency is required to build the GLib port after version 2.79.0. --- Documentation/BuildInstructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index f378cda733d..673e9c1c88f 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -125,7 +125,8 @@ start Serenity, `curl` will be available. Ports might also have additional dependencies. Most prominently, you may need: `autoconf`, `automake`, `bison`, `flex`, `gettext`, `gperf`, `help2man`, `imagemagick` (specifically "convert"), -`libgpg-error-dev`, `libtool`, `lzip`, `meson`, `nasm` (or another assembler), `qt6-base-dev`, `rename`, `zip`. +`libgpg-error-dev`, `libtool`, `lzip`, `meson`, `nasm` (or another assembler), `python3-packaging`, `qt6-base-dev`, +`rename`, `zip`. For select ports you might need slightly more exotic dependencies such as: - `file` (version 5.44 exactly, for file)