Answers for "sdl2/sdl.h: no such file or directory"

0

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.
Posted by: Guest on March-04-2022

Code answers related to "sdl2/sdl.h: no such file or directory"

Browse Popular Code Answers by Language