diff --git a/RUNVVCEasy.bat b/RUNVVCEasy.bat index 9a34233..e469d52 100644 --- a/RUNVVCEasy.bat +++ b/RUNVVCEasy.bat @@ -482,6 +482,10 @@ wget https://www.dropbox.com/s/bihm3pyh21lcvte/BitVVDecPlayerLINUX.7z?dl=0 del /q BitVVDecPlayerLINUX.7z ./vvDecPlayer echo Successfully running on vvDecPlayer, now if you have any problems, please go to Bitmovin/vvDecPlayer issues of https://github.com/bitmovin/vvDecPlayer/issues +echo You might get this message error, that you can't run vvDecPlayer without Qt framework: +echo ./vvDecPlayer: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./vvDecPlayer) +echo ./vvDecPlayer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./vvDecPlayer) +echo ./vvDecPlayer: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.12' not found (required by ./vvDecPlayer) echo If vvDecPlayer won't work probably, it might be issue that you haven't installed Qt on your Linux. Please install using code: "sudo apt install qt5-default" on Linux terminal. echo Or contact Bitmovin at https://www.bitmovin.com. goto downloadbitmovinvvcsample