installer sdl2 linux
sudo apt-get install libsdl2-dev
Spotless Sheep
sudo apt-get install libsdl2-dev
git clone https://github.com/libsdl-org/SDL
cd SDL
mkdir build
cd build
../configure
make
sudo make install