desmume icon indicating copy to clipboard operation
desmume copied to clipboard

Compiling issues for Windows build

Open Nova77x opened this issue 2 years ago • 0 comments

Figured it out, if anyone doesn't know how to build

Install msys https://www.msys2.org/#installation

Launch MSYS2 MinGW x64

pacman -S mingw-w64-x86_64-gcc pacman -S make

cd "/drive/folder/desmume-master/desmume/src/frontend/libretro"

make clean

make platform=windows

Nova77x avatar May 26 '22 02:05 Nova77x