For SDL2 installation in linux it should be `libsdl2-dev` but you have put `libsd12` (mistyped l2 as 12) ```bash sudo apt install libsdl2-dev ```