Files
chip8-rs/INSTALL.md
Marco Thomas 275d95feab README: Update structure
Outsource Install requirements to INSTALL.md
2021-06-13 12:24:04 +02:00

9 lines
248 B
Markdown

# Install
`sdl2` together with its dependencies (`sdl_gfx sdl2_imagee sdl2_mixer sdl2_ttf`)
are required to be installed on your machine.
## Linux
Arch-based distros can use these packages:
`yay -Syu sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_ttf`