File: README.md

package info (click to toggle)
xdelta3 3.0.11-dfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,968 kB
  • ctags: 2,444
  • sloc: ansic: 14,495; sh: 4,338; cpp: 2,514; python: 885; objc: 224; makefile: 117
file content (39 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Xdelta 3.x readme.txt
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009, 2010, 2011, 2012, 2013, 2014, 2015
<josh.macdonald@gmail.com>


Thanks for downloading Xdelta!

This directory contains the Xdelta3 command-line interface (CLI) and source
distribution for VCDIFF differential compression, a.k.a. delta
compression. The latest information and downloads are available here:

  http://xdelta.org/
  http://github.com/jmacd/xdelta/

Xdelta can be configured to use XZ Utils for secondary compression:

  http://tukaani.org/xz/

The command-line syntax is detailed here:

  https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md

Run 'xdelta3 -h' for brief help.  Run 'xdelta3 test' for built-in tests.

Sample commands (like gzip, -e means encode, -d means decode)

  xdelta3 -9 -S lzma -e -f -s OLD_FILE NEW_FILE DELTA_FILE
  xdelta3 -d -s OLD_FILE DELTA_FILE DECODED_FILE

File bug reports and browse open support issues here:

  https://github.com/jmacd/xdelta/issues

The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++
and Cygwin builds.  Xdelta3 is covered under the terms of the GPL, see
COPYING.

Commercial inquiries welcome, please contact <josh.macdonald@gmail.com>