README: Update structure

Outsource Install requirements to INSTALL.md
This commit is contained in:
Marco Thomas
2021-06-13 12:24:04 +02:00
parent 04166a736d
commit 275d95feab
2 changed files with 10 additions and 4 deletions

8
INSTALL.md Normal file
View File

@@ -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`

View File

@@ -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. 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! But they can be easily found by using a search engine!
## System Dependencies ## Dependencies
`sdl2` together with its dependencies are required to be installed on your hostmachine. Install instruction can be found [here](INSTALL.md)
On Arch-based distros you can use these packages:
`sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_ttf`
## TODO ## TODO
[ ] Add Beeper Sound [ ] Add Beeper Sound