libretro / desmume

DeSmuME is a Nintendo DS emulator
http://desmume.org
GNU General Public License v2.0
35 stars 33 forks source link

Compiling issues for Windows build #98

Open Nova77x opened 2 years ago

Nova77x commented 2 years ago

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