Skip to content

Commit

Permalink
docs: Add gcc-c++ to Fedora install script (#4971)
Browse files Browse the repository at this point in the history
add gcc-c++ to fedora install script

Helps to actually have a c++ compiler
  • Loading branch information
RobbieNeko committed Jul 10, 2024
1 parent dd60f1b commit ea85a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/content/docs/en/dev/guides/building/cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Obtain packages specified above with your system package manager.
- For Fedora-based distros:

```sh
$ sudo dnf install SDL2 SDL2_image SDL2_ttf SDL2_mixer freetype cmake glibc bzip2 gcc zlib-ng libvorbis ncurses gettext
$ sudo dnf install SDL2 SDL2_image SDL2_ttf SDL2_mixer freetype cmake glibc bzip2 gcc gcc-c++ zlib-ng libvorbis ncurses gettext
```

### Windows Environment (MSYS2)
Expand Down

0 comments on commit ea85a3c

Please sign in to comment.