For this test project to work you will need some SDL2 packages. To get them you can use next commands:
# sudo apt update
# apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev -y
To build this test project you can simply execute next command:
$ ./build_all.sh