readme.unreduce
来自「As of UnZip 5.42, this source has been r」· UNREDUCE 代码 · 共 24 行
UNREDUCE
24 行
This archive supplies the copyrighted source for the unreducealgorithm used in some early beta versions of PKZIP 2.0 anddescribed in PKWARE's appnote.txt.As of UnZip 5.42, this source has been removed from Info-ZIP'sUnZip source distribution because of its conflicting copyright.There are no plans to ever rewrite this code from scratch,because the unreduce algorithm was never used in the "real" world.If you really need an UnZip version with support for reduced archiveentries, you have to compile a customized binary yourself: - get the source file "unreduce_full.c" (supplied in the Zip archive "unreduce_full.zip" together with this README file) - rename "unreduce_full.c" to "unreduce.c" and paste it over the crippled "unreduce.c" source file of the UnZip source distribution. - compile a customized UnZip binary with the option USE_SMITH_CODE enabled. In most supported environments, you may define the macro LOCAL_UNZIP=-DUSE_SMITH_CODE on the command line of the make command, or define an environment variable LOCAL_UNZIP, containing the definition of the preprocessor macro USE_SMITH_CODE.13-Jan-2001, Christian Spieler
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?