Explain that on Fedora ninja is called ninja-build
authorThibault Saunier <saunierthibault@gmail.com>
Fri, 14 Oct 2016 08:31:38 +0000 (10:31 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2016 08:31:38 +0000 (10:31 +0200)
README.md

index c7b4eaa..0a2f9d6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ meson and its "subproject" feature.
 We have an helper script to get started, will get the right [meson](http://mesonbuild.com/)
 version and get you ready to build. You can just get all GStreamer built running:
 
+NOTE: on fedora (and maybe other distributions) replace `ninja` with `ninja-build`
+
 ```
 ./configure && ninja -C build/
 ```