From d47dddb78c3131088cc6a2c90bc202a639f11d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 Jun 2020 16:42:33 +0100 Subject: [PATCH] README: document updated meson requirement --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 524e1cdc59..f2b09698fa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ You can find [instructions for Windows below](#windows-prerequisites-setup). ### Install meson and ninja -Meson 0.48 or newer is required. +Meson 0.52 or newer is required. + +For cross-compilation Meson 0.54 or newer is required. On Linux and macOS you can get meson through your package manager or using: