Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fedora Linux instructions for installing dependencies #158

Merged
merged 1 commit into from
Jun 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Checkout [CONTRIBUTING.md](./CONTRIBUTING.md).