gecko/other-licenses/snappy
2013-03-10 10:10:00 -07:00
..
src
Makefile.in
moz.build Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00
README
snappy-stubs-public.h Bug 849598. Get in-tree Snappy happy on big endian platforms. r=khuey 2013-03-10 10:10:00 -07:00

See src/README for the README that ships with snappy.

Mozilla does not modify the actual snappy source with the exception of the
'snappy-stubs-public.h' header. We have replaced its build system with our own.

Snappy comes from:
  http://code.google.com/p/snappy/

We are currently using revision: 56

To upgrade to a newer version:
  1. Check out the new code using subversion.
  2. Update 'snappy-stubs-public.h' in this directory with any changes that were
     made to 'snappy-stubs-public.h.in' in the new source.
  3. Copy the major/minor/patch versions from 'configure.ac' into
     'snappy-stubs-public.h'.
  4. Copy all source files from the new version into the src subdirectory. The
     following files are not needed:
       - 'autom4te.cache' subdirectory
       - 'm4' subdirectory
       - 'testdata' subdirectory
       - 'autogen.sh'
       - 'configure.ac'
       - 'Makefile.am'
  5. Update the revision stamp in this file.