Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Update README.md (#158)
Browse files Browse the repository at this point in the history
Add g++ requirements for Linux distros
  • Loading branch information
deanpress authored and metachris committed Jan 10, 2018
1 parent 721738a commit 92d5171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ brew install leveldb
##### Ubuntu/Debian

```
apt-get install libleveldb-dev python3.5-dev python3-pip libssl-dev
apt-get install libleveldb-dev python3.5-dev python3-pip libssl-dev g++
```

##### Centos/Redhat/Fedora

This is a bit more tricky...

```
yum -y install development tools python35 python35-devel python35-pip readline-devel leveldb-devel libffi-devel
yum -y install development tools python35 python35-devel python35-pip readline-devel leveldb-devel libffi-devel gcc-c++
```

You may need to enable the epel repo for the leveldb-devel package, which you can do by editing `/etc/yum.repos.d/epel.repo`.
Expand Down

0 comments on commit 92d5171

Please sign in to comment.