From 4274e6c6dbd59675aca67e6587042bbdf56badef Mon Sep 17 00:00:00 2001 From: Dhruba Borthakur Date: Tue, 17 Jul 2012 00:29:06 -0700 Subject: [PATCH] Added README for snappy builds Summary: Test Plan: Reviewers: CC: Task ID: # Blame Rev: --- snappy/README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snappy/README b/snappy/README index 756c97d30..0b6f90a39 100644 --- a/snappy/README +++ b/snappy/README @@ -4,3 +4,11 @@ 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