Commit 7af98921 authored by gejun's avatar gejun

change g++ in fedora/centos to gcc-c++

parent af47c723
......@@ -70,7 +70,7 @@ sudo yum install epel-release
Install common deps:
```
sudo yum install git g++ make openssl-devel
sudo yum install git gcc-c++ make openssl-devel
```
Install [gflags](https://github.com/gflags/gflags), [protobuf](https://github.com/google/protobuf), [leveldb](https://github.com/google/leveldb):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment