Show HN: A Game Boy emulator in C++
github.comDoes 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