From 4c882541d72e739d7a4e498130477fa08e81ae58 Mon Sep 17 00:00:00 2001 From: James Hoctor Date: Sun, 13 Aug 2023 20:33:16 -0400 Subject: [PATCH] Update Fedora prerequisites to include g++ (#9290) Merge pull request 9290 --- docs/_docs/installation/other-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index b6420afc..6d120f19 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -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