mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Explain that on Fedora ninja is called ninja-build
This commit is contained in:
parent
6a1d489cc5
commit
b991036624
1 changed files with 2 additions and 0 deletions
|
@ -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/)
|
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:
|
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/
|
./configure && ninja -C build/
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue