Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 195 Bytes

File metadata and controls

20 lines (17 loc) · 195 Bytes

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