Skip to content

Commit 5828797

Browse files
authored
Merge pull request #59 from zurk/master
update link to Snappy C library
2 parents 82bf339 + 3336b1a commit 5828797

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Dependencies
99
============
1010

1111
* snappy library >= 1.0.2 (or revision 27)
12-
http://code.google.com/p/snappy/
12+
https://github.com/google/snappy
13+
14+
You can install Snappy C library with following commands:
15+
16+
- APT: :code:`sudo apt-get install libsnappy-dev`
17+
- RPM: :code:`sudo yum install libsnappy-devel`
18+
- Brew: :code:`brew install snappy`
1319

1420
To use with pypy:
1521

0 commit comments

Comments
 (0)