sdl2/sdl.h: no such file or directory
You have to download the SDL library header files and binary files (DLLs, etc) on your
computer.
You have to use your IDE for the rest of your job. Go to project build options and add your
header files in the compiler settings and the binary files in the linker settings.
If you don't do this, your compiler will not be able to find these files.