1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 12:33:37 +00:00

Documentation: Add 'python3-packaging' to additional dependency list

The 'python3-packaging' depedency is required to build the GLib port
after version 2.79.0.
This commit is contained in:
Kenneth Myhra 2024-02-06 19:37:27 +01:00 committed by Tim Schumacher
parent 45f827f58c
commit babddc24c2

View File

@ -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)