mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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:
parent
45f827f58c
commit
babddc24c2
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/babddc24c2 Pull-request: https://github.com/SerenityOS/serenity/pull/23100 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue