#include <SDL2/SDL_image.h> doesn't work on macos 13
06:09 31 Jul 2026

I've being trying to learn c and wanted to install SDL2 but after following a quick tutorial about how to use it, the command "#include didn't work. I've seen other posts like this on stack overflow and the answer gave a command to install it, but when I did so, I told me the version I was trying to download didn't work for macos 13. And my mac is too old to be updated. So, how could I install an older version that would work on macos 13 of it ? The error I get is "impossible to open the source file SDL2/SDL_image.h".

c macos