summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Fricke <sebastian.fricke@collabora.com>2022-02-18 10:47:47 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-03-01 11:33:10 +0000
commit5a421886b43e4dda13eb3c8cfbb6292442741dfb (patch)
treecd00fb07daac661f00672e17a006734407ed4348 /README.md
parent0b6bbce0122b45bcac9b17ac904035c8c1354e3c (diff)
downloadgstreamer-5a421886b43e4dda13eb3c8cfbb6292442741dfb.tar.gz
docs: Extend documentation for the GStreamer development environment
Add more extensive documentation for the development environment. Document how the tool works, how to use it and common use cases. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1743>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4130d25ee5..b6d306f22d 100644
--- a/README.md
+++ b/README.md
@@ -234,6 +234,9 @@ An external script can be run in development environment with:
./gst-env.py external_script.sh
```
+For more extensive documentation about the development environment go to [the
+documentation](https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-meson.html).
+
## Custom subprojects
We also added a meson option, `custom_subprojects`, that allows the user