From 91c50c292755f8360d2f786168cadde4f20446c5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 5 May 2022 19:08:41 +0100 Subject: [PATCH] docs: Mention how to install a new Meson version using pip in INSTALL.in Signed-off-by: Philip Withnall --- INSTALL.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.in b/INSTALL.in index c5b551cba..c1463cd04 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -24,7 +24,9 @@ information.) Information about pkg-config can be found at: http://www.freedesktop.org/software/pkgconfig/ -Meson (http://mesonbuild.com/) is also required. +Meson (http://mesonbuild.com/) is also required. If your distribution does not +package a new enough version of Meson, it can be [installed using +`pip`](https://mesonbuild.com/Getting-meson.html#installing-meson-with-pip). In order to implement conversions between character sets, GLib requires an implementation of the standard iconv() routine.