Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Show HN: A Game Boy emulator in C++
(github.com)
37 points
by
dooskington
9 years ago
| 2 comments
Show HN: A Game Boy emulator in C++ | Dark Hacker News
cosatelo
9 years ago
|
next
[−]
Does anyone know how to install this on ubuntu? I've tried using make but i get '#include "SDL/SDL.h"'as an error
hermanhermitage
9 years ago
|
parent
|
next
[−]
I'm guessing to build from source, you would need to install SDL for development:
sudo apt-get install libsdl2-dev