You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/snappy
Dhruba Borthakur 1f7850cf4c Build with gcc-4.7.1-glibc-2.14.1. 12 years ago
..
snappy-1.0.5 Build with gcc-4.7.1-glibc-2.14.1. 12 years ago
README Added README for snappy builds 12 years ago
libs Modify symbolic links for snappy builds. 12 years ago
snappy-stubs-public.h Modify symbolic links for snappy builds. 12 years ago
snappy.h Modify symbolic links for snappy builds. 12 years ago

README

This is a pre-compiled version of snappy 1.0.5 from 
http://code.google.com/p/snappy/downloads/detail?name=snappy-1.0.5.tar.gz

This is compiled using gcc-4.6.2-glibc-2.13 on centos5.2
and uses jemalloc. This is here so that one can compile leveldb to use
snappy easily.

To compile,:
cd ./snappy-1.0.5
execute either make or compile.sh.
This will create *.so and *.a in snappy-1.0.5/.libs.

run unit tests:
./snappy-1.0.5/snappy_unittest