1
0
Fork 0

explicitly list pkg-config as build dependency, since meson needs it to find glib

This commit is contained in:
Ailin Nemui 2023-12-19 13:51:46 +01:00
parent 89adcc4ee8
commit a11df816b7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
To compile Irssi you need:
- meson-0.53 build system with ninja-1.8 or greater
- pkg-config (or compatible)
- glib-2.32 or greater
- openssl (for ssl support)
- perl-5.8 or greater (for building, and optionally Perl scripts)