Added group install for Fedora

I forgot to add the package group to install development tools for building on Fedora.
This commit is contained in:
Paramon, Yevstigneyev 2022-12-26 17:19:15 -08:00 committed by GitHub
commit e68322e452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,8 +74,8 @@ For Arch-based distros:
$ sudo pacman -S gtk2 curl freetype libpng libjpeg sdl2 sdl2_gfx sdl2_image-devel sdl2_mixer sdl2_ttf
For Redhat-based distros (Fedora):
For Fedora:
$ sudo dnf groupinstall "Development Tools"
$ sudo dnf install automake freetype-devel libpng-devel libjpeg-turbo-devel gtk2-devel ncurses-devel SDL2-devel SDL2_image-devel SDL2_gfx-devel SDL2_ttf-devel SDL2_mixer-devel valgrind-devel libXxf86vm-devel
For NixOS, Follow the instructions [here](./nix/README.md).