easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.44k stars 169 forks source link

How to build source in the Windows10 #415

Open fengshaoxie opened 2 years ago

easymodo commented 2 years ago

Install msys2 Open mingw64 terminal, run qimgv/scripts/build-qimgv.sh It should do everything for you

fengshaoxie commented 2 years ago

image Looks like something went wrong

novomesk commented 2 years ago

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...)

srirams commented 2 years ago

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.