Skip to content

Commit

Permalink
Update readme with xdelta3 compatability info
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrmann committed Jun 9, 2017
1 parent 41369e3 commit 3ac935d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Gradle:
compile 'com.davidehrmann.vcdiff:vcdiff-cli:0.1.0'
```

## Compatability
### xdelta3
xdelta3 has extensions that aren't currently supported by vcdiff-java: the application header, adler32 checksum,
and secondary compression. When encoding, passing `-S -A -n` to `xdelta3` will disable these features.

## See also
* [Femtozip](https://github.com/gtoubassi/femtozip) (includes dictionary generator)
* [Diffable](https://web.archive.org/web/20120301201412/http://code.google.com/p/diffable/)
* [xdelta](http://xdelta.org/)

0 comments on commit 3ac935d

Please sign in to comment.