From 9d768aeebfc28c0266a1e100f968d06498d118f2 Mon Sep 17 00:00:00 2001 From: RobbieNeko <30732426+RobbieNeko@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:32:02 -0400 Subject: [PATCH] Add Fedora Linux instructions for installing dependencies I don't actually know whether or not freetype is installed by default, but better to be safe than sorry --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54817103..c6b99770 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ None required. The launcher is a single, self-contained executable. Just [downlo - The game needs the following dependencies, Some distros come with these preinstalled, but others don't.: `sdl2`, `sdl2_image`, `sdl2_ttf`, `sdl2_mixer`, `freetype2` - On Debian based distros (Ubuntu, Mint, etc.): `sudo apt install libsdl2-image libsdl2-ttf libsdl2-mixer libfreetype6` - On Arch based distros `sudo pacman -S sdl2 sdl2_image sdl2_ttf sdl2_mixer` + - On Fedora based distros `sudo dnf install SDL2 SDL2_image SDL2_ttf SDL2_mixer freetype` #### Packaging @@ -44,4 +45,4 @@ None required. The launcher is a single, self-contained executable. Just [downlo ## Contributing -Checkout [CONTRIBUTING.md](./CONTRIBUTING.md). \ No newline at end of file +Checkout [CONTRIBUTING.md](./CONTRIBUTING.md).