Explain that on Fedora ninja is called ninja-build

This commit is contained in:
Thibault Saunier 2016-10-14 10:31:38 +02:00 committed by GitHub
parent 6a1d489cc5
commit b991036624

View file

@ -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/
```