zlib121bin.txt -- ZLIB (compression library) for Minix 2.0.X (32 bit) Compiled for Minix by Michael Kennett 26/Jan/2005 Complete package is zlib121bin.taz. You may want this package if you want to compile python 1.5.2 from source, using the py152-src.taz packages, although it is possible to do so without zlib. See py152-src.txt for more information. The zlib compression library (http://www.zlib.org) is a free data compression library used by many software projects. The binary package contains the following files built from (unmodified) zlib-1.2.1 sources: bin/minigzip include/zconf.h include/zlib.h lib/zlib.a man/man3/zlib.3 The 'minigzip -d' command can be used to decompress gzip files. For example, assume that a gzip'd tar file has been written to a floppy. Then $ vol /dev/fd0 | minigzip -d | tar xvf - will extract the files. This binary package can be installed from a floppy disk with the setup command: $ setup where is either /usr/local (recommended) or /usr. After installing the binary package, run the makewhatis(1) command to update the manpage indices: $ makewhatis /man ***