You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build patched GStreamer 1.28 with fixed Qt 6 plugin
install MSVC 2022 64-bit Qt variant with Qt Online Installer to C:\Qt Note: Ensure Qt Shader Tools is selected under the Additional Libraries section
open Windows PowerShell (with right mouse button click on Window Start menu button -> Terminal) and run following:
cd ~
git clone https://github.com/RSATom/cerbero.git
cd cerbero
git checkout 1.28_patched
set QMAKE6=C:\Qt\6.10.2\msvc2022_64\bin\qmake.exe environment variable
open Windows PowerShell with administrator permissions (with right mouse button click on Window Start menu button -> Terminal (Admin)) and run following:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
cd ~\cerbero
.\tools\bootstrap-windows.ps1 -VSVersion '2022'