From 275d95feab4a597d0e8ed4668bef35825a6dadb5 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sun, 13 Jun 2021 12:24:04 +0200 Subject: [PATCH] README: Update structure Outsource Install requirements to INSTALL.md --- INSTALL.md | 8 ++++++++ README.md | 6 ++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..004727e --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,8 @@ +# 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` diff --git a/README.md b/README.md index d407bb0..049a9b9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,8 @@ If you encounter any problems, I encourage you to open a PR! Due to legal reasons, I can't provide any games nor links to them. But they can be easily found by using a search engine! -## System Dependencies -`sdl2` together with its dependencies are required to be installed on your hostmachine. -On Arch-based distros you can use these packages: -`sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_ttf` +## Dependencies +Install instruction can be found [here](INSTALL.md) ## TODO [ ] Add Beeper Sound