Skip to content

Instantly share code, notes, and snippets.

@fthiery
Last active March 20, 2018 17:24
Show Gist options
  • Save fthiery/f80d2cd4dec44aa26c584c5abd1182cb to your computer and use it in GitHub Desktop.
Save fthiery/f80d2cd4dec44aa26c584c5abd1182cb to your computer and use it in GitHub Desktop.
#!/bin/bash
FOLDER=/opt/gstreamer
mkdir -p $FOLDER
git clone https://github.com/GStreamer/gst-build.git $FOLDER
cd $FOLDER
mkdir build
meson -Denable_python=true build
cd build
ninja
echo "Now run: $FOLDER/gst-uninstalled.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment