Last active
June 7, 2018 12:24
-
-
Save Pixep/40ad22e2999ee31f0dac8cb3d254faa7 to your computer and use it in GitHub Desktop.
Qt development dependencies for *ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OpenGL dev headers | |
sudo apt install -y mesa-common-dev libgl1-mesa-dev | |
# Video playback | |
sudo add-apt-repository ppa:mc3man/gstffmpeg-keep && sudo apt update | |
sudo apt install -y --ignore-missing \ | |
gstreamer0.10 gstreamer0.10-plugins-base gstreamer0.10-plugins-good \ | |
gstreamer0.10-fluendo-mp3 gstreamer0.10-pulseaudio gstreamer0.10-ffmpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment