From 0cf09ca76d1224a779d286be3bd2be96a4ee3df9 Mon Sep 17 00:00:00 2001 From: jfaz <56184947+jfaz1@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:58:38 -0400 Subject: [PATCH 1/2] Update linux.md --- content/en/installation/sdl2/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/installation/sdl2/linux.md b/content/en/installation/sdl2/linux.md index c269617..b68b3be 100644 --- a/content/en/installation/sdl2/linux.md +++ b/content/en/installation/sdl2/linux.md @@ -25,7 +25,7 @@ sudo apt install sbcl build-essential libsdl2-dev libsdl2-image-dev libsdl2-ttf- - Fedora-like distro ``` sudo dnf install sbcl SDL2-devel SDL2_image-devel SDL2_ttf-devel -sudo dnf group install "C Development Tools and Libraries" "Development Tools" +sudo dnf group install c-development development-tools ``` #### Install qlot From 97de9f1dae3b4812c75a61341670353ba556f962 Mon Sep 17 00:00:00 2001 From: jfaz <56184947+jfaz1@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:59:01 -0400 Subject: [PATCH 2/2] Update linux.md --- content/zh-TW/installation/sdl2/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-TW/installation/sdl2/linux.md b/content/zh-TW/installation/sdl2/linux.md index f9525c9..ba0cfb2 100644 --- a/content/zh-TW/installation/sdl2/linux.md +++ b/content/zh-TW/installation/sdl2/linux.md @@ -25,7 +25,7 @@ sudo apt install sbcl build-essential libsdl2-dev libsdl2-image-dev libsdl2-ttf- - Fedora-like distro ``` sudo dnf install sbcl SDL2-devel SDL2_image-devel SDL2_ttf-devel -sudo dnf group install "C Development Tools and Libraries" "Development Tools" +sudo dnf group install c-development development-tools ``` #### Install qlot