Compilation on Mingw64 #218
-
Hi,
this is resolved by adding the include in
Then I have a warning even if the zelda3.exe has been generated:
I've just run Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello there, I just download and install the latest version of MSYS and ran the commands:
The result was OK, these are a summary of the commands and response:
|
Beta Was this translation helpful? Give feedback.
-
And then if you like to build the Switch binaries, yoy need to add DevKitPro, for that:
|
Beta Was this translation helpful? Give feedback.
-
Hello @atefhaloui, did the commands worked for you? any other issue? if not, can you please mark the discussion as answered, Thanks. |
Beta Was this translation helpful? Give feedback.
And then if you like to build the Switch binaries, yoy need to add DevKitPro, for that:
pacman-key --recv BC26F752D25B92CE272E0F44F7FD5492264BB9D0 --keyserver keyserver.ubuntu.com
pacman-key --lsign BC26F752D25B92CE272E0F44F7FD5492264BB9D0
pacman -U --noconfirm https://pkg.devkitpro.org/devkitpro-keyring.pkg.tar.xz
/etc/pacman.conf
filepacman -Syuu --noconfirm
pacman -Sy --needed --noconfirm …