other-licenses/snappy/README

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/other-licenses/snappy/README	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +See src/README for the README that ships with snappy.
     1.5 +
     1.6 +Mozilla does not modify the actual snappy source with the exception of the
     1.7 +'snappy-stubs-public.h' header. We have replaced its build system with our own.
     1.8 +
     1.9 +Snappy comes from:
    1.10 +  http://code.google.com/p/snappy/
    1.11 +
    1.12 +We are currently using revision: 56
    1.13 +
    1.14 +To upgrade to a newer version:
    1.15 +  1. Check out the new code using subversion.
    1.16 +  2. Update 'snappy-stubs-public.h' in this directory with any changes that were
    1.17 +     made to 'snappy-stubs-public.h.in' in the new source.
    1.18 +  3. Copy the major/minor/patch versions from 'configure.ac' into
    1.19 +     'snappy-stubs-public.h'.
    1.20 +  4. Copy all source files from the new version into the src subdirectory. The
    1.21 +     following files are not needed:
    1.22 +       - 'autom4te.cache' subdirectory
    1.23 +       - 'm4' subdirectory
    1.24 +       - 'testdata' subdirectory
    1.25 +       - 'autogen.sh'
    1.26 +       - 'configure.ac'
    1.27 +       - 'Makefile.am'
    1.28 +  5. Update the revision stamp in this file.

mercurial