1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

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

View File

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