Skip to content

Instantly share code, notes, and snippets.

@spiritedRunning
Last active November 4, 2023 09:22
Show Gist options
  • Save spiritedRunning/359226a1d2ba14ef0bbc4d36ebd8dddc to your computer and use it in GitHub Desktop.
Save spiritedRunning/359226a1d2ba14ef0bbc4d36ebd8dddc to your computer and use it in GitHub Desktop.
7yuv install
a. Download
http://datahammer.de/downloads.html
7yuv_2.5_amd64.tar.gz
issue1:
error while loading shared libraries: libQtOpenGL.so.4: cannot open shared object file: No such file or directory
Solve:
sudo add-apt-repository ppa:rock-core/qt4
sudo apt-get update
sudo apt-get install libqtcore4 #optional
sudo apt-get install libqt4-opengl
issue2:
Failed to load module "canberra-gtk-module"
Solve:
sudo apt-get install libcanberra-gtk-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment