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:
authorkossh1 <jonvito16@gmail.com>2020-02-05 21:41:34 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2020-02-05 21:41:34 +0300
commitc851c65c048e1580d7b365523f9386a14ada6149 (patch)
tree072ae8ad355b0f32d142072cfa564b8d23631d31 /README.md
parent3c8110a947e28d7a82087aadc520cd25ac720fe4 (diff)
Update README
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 5adc0a2..f08ece0 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this pr
# Compile
-1. Install [Meson](https://mesonbuild.com/) (0.47 or higher), [Ninja](https://ninja-build.org/), and, for x86\* targets, [nasm](https://nasm.us/) (2.13.02 or higher)
+1. Install [Meson](https://mesonbuild.com/) (0.47 or higher), [Ninja](https://ninja-build.org/), and, for x86\* targets, [nasm](https://nasm.us/) (2.14 or higher)
2. Run `mkdir build && cd build` to create a build directory and enter it
3. Run `meson ..` to configure meson, add `--default-library=static` if static linking is desired
4. Run `ninja` to compile