- gcc (see https://nuwen.net/mingw.html for an easy self contained "distro" with gcc, make, and other tools)
- make
libsdl2
andlibsdl2-dev
packages if on linux.SDL2-devel-2.XX.X-mingw.zip
if on windows (see https://github.com/libsdl-org/SDL/releases)
make
./chip8 <path/to/rom/file> [options]
if on linuxchip8 <path/to/rom/file> [options]
if on windows