Skip to content

Commit

Permalink
Add apt-get install libsnappy-dev instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Powers committed Aug 14, 2014
1 parent 5a02d63 commit cea8ec3
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,20 @@ python setup.py install

## Optional Snappy install

### Install Development Libraries
Download and build Snappy from http://code.google.com/p/snappy/downloads/list

Linux:
Ubuntu:
```shell
apt-get install libsnappy-dev
```

OSX:
```shell
brew install snappy
```

From Source:
```shell
wget http://snappy.googlecode.com/files/snappy-1.0.5.tar.gz
tar xzvf snappy-1.0.5.tar.gz
Expand All @@ -172,11 +183,7 @@ make
sudo make install
```

OSX:
```shell
brew install snappy
```

### Install Python Module
Install the `python-snappy` module
```shell
pip install python-snappy
Expand Down

0 comments on commit cea8ec3

Please sign in to comment.