summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-06-18 16:42:33 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-06-18 16:42:33 +0100
commitd47dddb78c3131088cc6a2c90bc202a639f11d95 (patch)
treec1c30e48fc062a5c49d3ec1c0e01dc3d1c28b463 /README.md
parent398576dfdb117537ea496e57a5afaddcadf1654a (diff)
downloadgstreamer-d47dddb78c3131088cc6a2c90bc202a639f11d95.tar.gz
README: document updated meson requirement
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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: