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:
authorRaphaƫl Zumer <rzumer@tebako.net>2018-10-01 16:35:59 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-10-01 16:35:59 +0300
commit98528b7610cdaf8d2583c044d7104a86ceece35a (patch)
tree768549555422cb9b5af88d860a9ae896e066c421 /README.md
parent5926cc1be3553eddb2da480e5af8814c286a7339 (diff)
Update README.md
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 cb17e06..c39fd14 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,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)
+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 or higher)
2. Run `meson build --buildtype release`
3. Build with `ninja -C build`