summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThibault Saunier <saunierthibault@gmail.com>2016-10-14 10:31:38 +0200
committerGitHub <noreply@github.com>2016-10-14 10:31:38 +0200
commitb991036624024e7a1ae9a489be1a08337d7c95a6 (patch)
tree626fc7ac481abbbea68db9030af47fdcfb0d1c23 /README.md
parent6a1d489cc57306b8d45559f4c2d9b3595b39af56 (diff)
Explain that on Fedora ninja is called ninja-build
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c7b4eaa..0a2f9d6 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/
```