Skip to content

Commit

Permalink
Use correct package for g++ with RHEL and CentOS
Browse files Browse the repository at this point in the history
As of CentOS 7.4 and Fedora 28, the correct package name to install `g++` is `gcc-c++`.
  • Loading branch information
aevernon authored May 16, 2018
1 parent 9c1a794 commit 68e6aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68e6aec

Please sign in to comment.