The Zip package contains
Zip utilities. These are useful
for compressing files into ZIP
archives.
Download (HTTP): http://fresh.t-systems-sfr.com/unix/src/misc/zip232.tar.gz
Download (FTP): ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/zip232.tar.gz
Download MD5 sum: 8a4da4460386e324debe97f3b7fe4d96
Download size: 789 KB
Estimated disk space required: 4.0 MB
Estimated build time: Less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/zip
Install Zip by running the following commands:
make -f unix/Makefile generic_gcc
This package does not come with a test suite.
Now, as the root
user:
make prefix=/usr -f unix/Makefile install
make prefix=/usr -f unix/Makefile
install: This command overrides the prefix
variable that is set to /usr/local
in the unix/Makefile
. Alternatives to generic_gcc
can be seen with a make -f unix/Makefile list
command.
Last updated on 2007-04-04 14:42:53 -0500