Open fengshaoxie opened 2 years ago
Looks like something went wrong
Try to to install compiler first:
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
Then you will need Qt and other libraries (like libheif, libwebp, etc...)
You can also build it in Visual Studio. You have to install qt for windows and the mpv header files, make some edits to CMakeLists.txt to remove references to PkgConfig and pkg_check_modules, but otherwise its pretty straightforward.
Install msys2 Open mingw64 terminal, run
qimgv/scripts/build-qimgv.sh
It should do everything for you