Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 186 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 186 Bytes

Chip8

Notes

  • Install SDL2 lib
    • brew install sdl2
  • Add library path to .zshrc or similar
    • export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib" to .zshrc or similar