mirror of
https://github.com/Maschell/SDL2_Playground.git
synced 2025-02-04 15:56:22 +01:00
Building
Windows with devkitPros version of msys2
Setup mingw:
- Add the mingw64 repository to
/etc/pacman.conf
.
[mingw64]
Server = https://repo.msys2.org/mingw/x86_64
- Install packages (List taken from here)
pacman -Syu
pacman -S git mingw-w64-x86_64-toolchain mingw64/mingw-w64-x86_64-SDL2 mingw64/mingw-w64-x86_64-SDL2_mixer mingw64/mingw-w64-x86_64-SDL2_image mingw64/mingw-w64-x86_64-SDL2_ttf mingw64/mingw-w64-x86_64-SDL2_net mingw64/mingw-w64-x86_64-cmake mingw-w64-x86_64-glm make
make -f .\Makefile.pc-win
Wii U
And these from dkp-libs:
(dkp)pacman -S devkitPPC wut-tools wut wiiu-portlibs wiiu-sdl2-libs
Build via:
make -f Makefile.wiiu
Description
Languages
C++
86%
C
12.3%
CMake
1%
Shell
0.7%