Skip to content

MatthewJohn/GameboyEmulator

Repository files navigation

GameboyEmulator

Ubuntu/Debian:

sudo apt-get install cmake g++ libsdl2-dev
mkdir build
cd build
cmake ..
make

macOS:

brew install cmake sdl2
mkdir build
cd build
cmake ..
make

About

Gameboy emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages