SDL2/SDL_image.h: No such file or directory code example
Example 1: install sdl2 linux
sudo apt-get install libsdl2-dev
Example 2: sdl2 no such file or directories
#include <SDL2/SDL.h> //to specify the sdl file on ubuntu
sudo apt-get install libsdl2-dev
#include <SDL2/SDL.h> //to specify the sdl file on ubuntu