README: Do not mention building projects on top of gst-all
[platform/upstream/gstreamer.git] / README.md
1 # gst-all
2
3 GStreamer [meson](http://mesonbuild.com/) based repositories aggregrator
4
5 You can build GStreamer and all its component at once using
6 meson and its "subproject" feature.
7
8 ## Getting started
9
10 We have an helper script to get started, will get the right [meson](http://mesonbuild.com/)
11 version and get you ready to build. You can just get all GStreamer built running:
12
13 NOTE: on fedora (and maybe other distributions) replace `ninja` with `ninja-build`
14
15 ```
16 ./configure && ninja -C build/
17 ```
18
19 ## GStreamer uninstalled
20
21 gst-all also contains a special `uninstalled` target that lets you enter
22 an uninstalled development environment where you will be able
23 to work on GStreamer easily.
24
25 Inside that environment you will find the GStreamer modules
26 in subprojects/, you can simply hack in there and to rebuild you
27 just need to rerun `ninja`.
28