diff options
author | Saunier Thibault <saunierthibault@gmail.com> | 2016-08-24 12:10:21 -0300 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2016-08-25 15:26:28 -0300 |
commit | de987e8c61bc6638e0c47bd7616bf3250192a000 (patch) | |
tree | 5a392720b57dec905518ce0e85eda69c8ec1989d /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a4b51f --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# gst-all + +GStreamer meson based repositories aggregrator + +You can build GStreamer and all its component at once using +meson and its "subproject" feature. + +## GStreamer uninstalled + +gst-all also contains a special `uninstalled` target that lets you enter +an uninstalled development environment where you will be able +to work on GStreamer easily. + +Inside that the environment you will find the GStreamer module +in subprojects/, you can simply hack in there and to rebuild you +just need to rerun ninja. + +## Build a project based on GStreamer + +You can make your own project that uses GStreamer and all its +components depend on `gst-all` making it Meson subproject +of your own project. |