- gcc (see https://nuwen.net/mingw.html for an easy self contained "distro" with gcc, make, and other tools)
- make
libsdl2andlibsdl2-devpackages if on linux.SDL2-devel-2.XX.X-mingw.zipif 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