diff --git a/docs/faq/developing.xml b/docs/faq/developing.xml index cbab8620e1..271236e058 100644 --- a/docs/faq/developing.xml +++ b/docs/faq/developing.xml @@ -44,22 +44,27 @@ or integrate with autoconf using the pkg.m4 macro (providing PKG_CONFIG_CHECK). It is possible to develop and compile against an uninstalled copy of -gstreamer and gst-plugins-* (for example, against gits checkouts). - +gstreamer and gst-plugins-* (for example, against git checkouts). This +allows you to develop against and test the latest GStreamer version +without having to install it and without interfering with your system-wide +GStreamer setup. + + The easiest way too create such a setup is the latest version of create-uninstalled-setup.sh - - + + This setup makes use of the latest version of gst-uninstalled. Running this script, you'll be in an environment where the uninstalled tools and plugins will be used by default. Also, pkg-config will detect the uninstalled copies before (and prefer them to) any installed copies. - + Multiple uninstalled setups can be used in parallel. Have a look at -gst-uninstalled to see how it determines which environment is used. - +gst-uninstalled +to see how it determines which environment is used. +