Skip to content

Commit

Permalink
Merge pull request #49 from lem-project/fedora-group
Browse files Browse the repository at this point in the history
Fix Fedora group install settings
  • Loading branch information
cxxxr authored Dec 20, 2024
2 parents b8373d4 + 97de9f1 commit e62d3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/installation/sdl2/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/zh-TW/installation/sdl2/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e62d3e0

Please sign in to comment.