Hello, I am a complete beginner to C coming from python and a bit of java, and am having trouble finding any information on this topic. I downloaded the sdl3 zip from github which has an install.md file but all it says is this:
# Using this package
This package contains SDL3 built for x64 Windows.
To use this package, simply replace an existing 64-bit SDL3.dll with the one included here.
# Development packages
If you're looking for packages with headers and libraries, you can download one of these:
- SDL3-devel-3.2.8-VC.zip, for development using Visual Studio
- SDL3-devel-3.2.8-mingw.zip, for development using mingw-w64```
I am not sure what to do from here as I have no experience with any of this stuff. Looking for help on this.