PolyMarsDev / Terri-Fried

A multi-platform C++ game made for Ludum Dare 46
205 stars 55 forks source link

SDL2 Windows port #1

Closed Voxel9 closed 4 years ago

Voxel9 commented 4 years ago

An extra windows port using SDL2 (Image + Mixer + TTF). Will only require the user to have a build environment with just build essentials and the aforementioned SDL2 components installed.

Voxel9 commented 4 years ago

After doing some testing with the owner, we realized that the SDL2 libs aren't statically linked, and all the necessary DLLs (including dependencies of SDL2 and its extras) had to be provided in the same folder as the executable. This is a major inconvenience, but I'm sadly not really in a position to fix this at the moment. Advanced users only.