1 See src/README for the README that ships with snappy.
3 Mozilla does not modify the actual snappy source with the exception of the
4 'snappy-stubs-public.h' header. We have replaced its build system with our own.
7 https://github.com/google/snappy
9 We are currently using revision: 1.1.9
11 To upgrade to a newer version:
12 1. Check out the new code using subversion.
13 2. Update 'snappy-stubs-public.h' in this directory with any changes that were
14 made to 'snappy-stubs-public.h.in' in the new source.
15 3. Copy the major/minor/patch versions from 'CMakeLists.txt' into
16 'snappy-stubs-public.h'.
17 4. Copy all source files from the new version into the src subdirectory. The
18 following are not needed:
19 - 'CMakeLists.txt', 'snappy_benchmark.cc', 'snappy_test_data.cc',
20 'snappy_test_data.h', and 'snappy_test_tool.cc' files
21 - 'cmake' subdirectory
23 - 'testdata' subdirectory
24 - 'third_party' subdirectory
25 5. Update the revision stamp in this file.