From f21a06f5d2a6e7321b73c38d82a0188a77d6e1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 25 Apr 2019 17:21:02 +0100 Subject: [PATCH] README: minor clarification Fixes #30. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ecff06067..b89939eede 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # gst-build -GStreamer [meson](http://mesonbuild.com/) based repositories aggregrator +GStreamer [meson](http://mesonbuild.com/) based repositories aggregrator. -You can build GStreamer and all its modules at once using -meson and its [subproject](https://github.com/mesonbuild/meson/wiki/Subprojects) feature. +Check out this module and run meson on it, and it will git clone the other +GStreamer modules as [meson subprojects](https://github.com/mesonbuild/meson/wiki/Subprojects) +and build everything in one go. Once that is done you can switch into an +uninstalled environment which allows you to easily develop and test the latest +version of GStreamer without the need to install anything or touch an existing +GStreamer system installation. ## Getting started