summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-21 11:57:29 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-09-06 16:10:03 -0300
commit60585d28126f61fc13be2079227ce926550cdce4 (patch)
tree09ce8d9f891b850493d4e928c96634608f70d1e8 /README.md
parent6bb7528a48d7955eecabcfb0d9aaa01471b05d29 (diff)
downloadgstreamer-60585d28126f61fc13be2079227ce926550cdce4.tar.gz
Handle a prefix in prefix/
This is usefull to use external libs and tool not buildable with meson inside our environment
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 11d38d438d..0a0f9d93fe 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,9 @@ available at the root of `gst-build/` for example GStreamer core will be in
`gstreamer/`. Otherwise they will be present in `subprojects/`. You can simply
hack in there and to rebuild you just need to rerun `ninja -C build/`.
+NOTE: In the uninstalled environment, a fully usable prefix is also configured
+in `gst-build/prefix` where you can install any extra dependency/project.
+
## Update git subprojects
We added a special `update` target to update subprojects (it uses `git pull