From 6d474b3e8a2e9907869f0203732cce55c1619d2b Mon Sep 17 00:00:00 2001 From: rockybulwinkle Date: Fri, 9 Sep 2022 14:00:03 -0500 Subject: [PATCH] Arch: Add base-devel group, remove gcc and gcc-libs (they're included in base-devel) --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 6114941..e299556 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -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):