I just compiled a SDL2 program in MSYS2 and would like to distribute a binary copy of the program in a ZIP file.
But to run the program in "Normal" Windows I have to copy a long list of DLLs from /mingw64/bin.
Is there a better way of doing this? maybe linking statically?
How would the license work either way?
My own program is BSD 3 clause.
I'm using SDL2, SDL2_image, SDL2_ttf and all their dependencies.