2 comments

[ 6.8 ms ] story [ 18.7 ms ] thread
Does anyone know how to install this on ubuntu? I've tried using make but i get '#include "SDL/SDL.h"'as an error
I'm guessing to build from source, you would need to install SDL for development:

    sudo apt-get install libsdl2-dev