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++`.
pull/1543/head
Albert Vernon 8 years ago committed by Nick Vyzas
parent f3feddb302
commit b99bee76b8

@ -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

Loading…
Cancel
Save