📄 readme.unreduce
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -