Show HN: A Game Boy emulator in C++
github.com
Show HN: A Game Boy emulator in C++
1–3 of 3 posts
Re: Show HN: A Game Boy emulator in C++
#2Does anyone know how to install this on ubuntu? I've tried using make but i get '#include "SDL/SDL.h"'as an error
Re: Show HN: A Game Boy emulator in C++
#3Does 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