소스 검색

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

The 'python3-packaging' depedency is required to build the GLib port
after version 2.79.0.
Kenneth Myhra 1 년 전
부모
커밋
babddc24c2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Documentation/BuildInstructions.md

+ 2 - 1
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)