1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Arch: Add base-devel group, remove gcc and gcc-libs (they're included in base-devel)

rockybulwinkle
2022-09-09 14:00:03 -05:00
parent 12a3baf1f2
commit 6d474b3e8a

@@ -40,7 +40,7 @@ This solution is tested continuously with our own dockerfile.
Install dependencies:
```
sudo pacman -S sdl2 curl nlohmann-json speexdsp fontconfig libpng openssl libzip gcc gcc-libs icu cmake ninja flac libvorbis
sudo pacman -S base-devel sdl2 curl nlohmann-json speexdsp fontconfig libpng openssl libzip icu cmake ninja flac libvorbis
```
### DNF (Fedora):