The code I wish to implement requires an include.
#include <SDL2/SDL.h>
Running https://packages.msys2.org/base/mingw-w64-SDL2
indicates the files that can be down loaded, viz:
- mingw-w64-clang-i686-SDL2
- mingw-w64-clang-x86_64-SDL2
- mingw-w64-clang-aarch64-SDL2
- mingw-w64-i686-SDL2
- mingw-w64-x86_64-SDL2
- mingw-w64-ucrt-x86_64-SDL2
I am working on a 64 bit windows box, with W10 installed.
Which of the SDL2 files should I download?