readme

来自「Linux下一个可以比较二进制文件的工具xdelta3.0u的源码。」· 代码 · 共 35 行

TXT
35
字号
Xdelta 3.x readme.txtCopyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007<josh.macdonald@gmail.com>Thanks for downloading Xdelta!This directory contains the Xdelta3 command-line interface (CLI) and sourcedistribution for VCDIFF differential compression, a.k.a. deltacompression. The latest information and downloads are available here:  http://xdelta.org/  http://code.google.com/p/xdelta/The command-line syntax:  http://code.google.com/p/xdelta/wiki/CommandLineSyntaxRun '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 djw -e -vfs OLD_FILE NEW_FILE DELTA_FILE  xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILEFile bug reports and browse open support issues here:  http://code.google.com/p/xdelta/issues/listThe source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++and Cygwin builds.  Xdelta3 is covered under the terms of the GPL, seeCOPYING.Commercial inquiries welcome, please contact <josh.macdonald@gmail.com>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?