Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2018-09-24 23:23:11 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-24 23:23:11 +0300
commit7b70548104e9c679fb6f8307acd4cf5b086a6afb (patch)
treea9494d39b336c8b5e6fdd87d3286978aedd25291 /README.md
parentd18bd0d7a090109af552db32e23a607b8b63e8b7 (diff)
Readme: Document required Meson version
Meson before 0.45 did not honor the meson version arg in the build file, so there will be no proper error when using the wrong version. Fix #24
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4948ee..152e22d 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this pr
# Compile
-1. Install [Meson](https://mesonbuild.com/)
+1. Install [Meson](https://mesonbuild.com/) (0.47 or higher)
2. Run `meson build --buildtype release`
3. Build with `ninja -C build`