- Installing jhbuild (Note that section 2.1 is all you need and you don't need to run remains)
- Run 'jg build' to build latest gstreamer
- Run 'jg shell' to have latest gstreamer environment
You can add the following code to your bash configure file to distinguish your gstreamer shell from normal shell.
if [ -n "$UNDER_JHBUILD" ]; then
PS1="[jhbuild$GST_VERSION] $PS1"
fi
This project is forked from https://github.com/arkadini/jhbuild-gstreamer