[docs][ci skip] Adding package dependencies for CentOS

This commit is contained in:
Al
2016-06-30 17:38:14 -04:00
parent 83eef9bd4d
commit df7f64439b

View File

@@ -152,11 +152,16 @@ Installation
Before you install, make sure you have the following prerequisites:
**On Linux (Ubuntu)**
**On Ubuntu/Debian**
```
sudo apt-get install curl libsnappy-dev autoconf automake libtool pkg-config
```
**On CentOS/RHEL**
```
sudo yum install snappy snappy-devel autoconf automake libtool pkgconfig
```
**On Mac OSX**
```
brew install snappy autoconf automake libtool pkg-config