Update Fedora prerequisites to include g++ (#9290)

Merge pull request 9290
This commit is contained in:
James Hoctor 2023-08-13 20:33:16 -04:00 committed by GitHub
parent f8a3f9bb6a
commit 4c882541d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Installation on other Linux distributions works similarly to installing on [Ubun
### Fedora
```sh
sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config @development-tools
sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config gcc-c++ @development-tools
```
### RHEL8/CentOS8