Go to file
2020-08-30 16:53:07 +02:00
cmake first commit 2020-08-30 00:41:54 +02:00
src Removed unused glm dependency 2020-08-30 16:53:07 +02:00
.gitignore Add a makefile for windows 2020-08-30 13:57:54 +02:00
.gitmodules first commit 2020-08-30 00:41:54 +02:00
CMakeLists.txt first commit 2020-08-30 00:41:54 +02:00
Makefile.pc-win Add a makefile for windows 2020-08-30 13:57:54 +02:00
Makefile.wiiu Optimize the makefile by generating the CLAGS and LIBS on the fly 2020-08-30 13:57:02 +02:00
README.md Add a makefile for windows 2020-08-30 13:57:54 +02:00

Building

Windows with devkitPros version of msys2

Setup mingw:

  1. Add the mingw64 repository to /etc/pacman.conf.
[mingw64]
Server = https://repo.msys2.org/mingw/x86_64
  1. 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

Install these libs from wiiu-fling:

  • pacman -S wiiu-fling/wiiu-sdl2 wiiu-fling/wiiu-sdl2_gfx wiiu-fling/wiiu-sdl2_image wiiu-fling/wiiu-sdl2_ttf And these from dkp-libs:
  • pacman -S devkitPPC wut-tools wut wiiu-portlibs dkp-libs/wiiu-sdl2_mixer

Build via: make -f Makefile.wiiu