From 7203f226fc8f4ad4d7bb2bb8e96b9ab50895afe1 Mon Sep 17 00:00:00 2001 From: Matthew Neal Date: Tue, 10 Nov 2020 14:33:46 -0500 Subject: Add g++ to Fedora build dependency documentation Fixes #4400. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ad11af6d..29f40206 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -113,7 +113,7 @@ command that should install all of them. If something is still found to be missing, please open an issue. ```sh -dnf install cmake freetype-devel fontconfig-devel libxcb-devel +dnf install cmake freetype-devel fontconfig-devel libxcb-devel g++ ``` #### CentOS/RHEL 7 -- cgit