From b991036624024e7a1ae9a489be1a08337d7c95a6 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 14 Oct 2016 10:31:38 +0200 Subject: [PATCH] Explain that on Fedora ninja is called ninja-build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7b4eaa974..0a2f9d6a35 100644 --- 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/ ```