From b99bee76b8dd77e367e5c7d0e155b98ba28e1fe0 Mon Sep 17 00:00:00 2001 From: Albert Vernon Date: Wed, 16 May 2018 15:30:22 -0400 Subject: [PATCH] Use correct package for g++ with RHEL and CentOS As of CentOS 7.4 and Fedora 28, the correct package name to install `g++` is `gcc-c++`. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e041f40f2..81133c3de 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,7 +26,7 @@ Make sure you have installed the equivalent for each of these packages for your Shortcut commands for installing pre-requisites: ``` # RHEL / CentOS Based: -yum install automake bzip2 cmake make g++ gcc git openssl openssl-devel patch +yum install automake bzip2 cmake make gcc-c++ gcc git openssl openssl-devel patch # Debian / Ubuntu Based: apt-get install automake bzip2 cmake make g++ gcc git openssl libssl-dev patch