Last active
November 4, 2023 09:22
-
-
Save spiritedRunning/359226a1d2ba14ef0bbc4d36ebd8dddc to your computer and use it in GitHub Desktop.
7yuv install
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
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