Skip to content

Commit

Permalink
gcc-c++ needed in oxidized-web 0.10.2 (ytti#1369)
Browse files Browse the repository at this point in the history
Oxidized-web 0.10.2 requires gcc-c++ to be able to install the gem in Centos 7. Updated docs.
  • Loading branch information
Atroskelis authored and wk committed Jun 7, 2018
1 parent d8fac87 commit 63c5ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ yum install cmake sqlite-devel openssl-devel libssh2-devel libicu-devel
RHEL 7 / CentOS 7 will work out of the box with the following package list:

```shell
yum install cmake sqlite-devel openssl-devel libssh2-devel ruby gcc ruby-devel libicu-devel
yum install cmake sqlite-devel openssl-devel libssh2-devel ruby gcc ruby-devel libicu-devel gcc-c++
```

Now let's install oxidized via Rubygems:
Expand Down

0 comments on commit 63c5ff8

Please sign in to comment.