A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Roff | HOME | IPRoute2 » |
Name: GZip
Summary: Programs for compressing and decompressing files
License: GPL v3 or later
Version: 1.14
URL: https://ftp.gnu.org/gnu/gzip/gzip-1.14.tar.xz
Average Build Time: 0.1 SBU
Used Install Space: 560 KiB
To configure GZip for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64 \
--docdir=/usr/share/doc/gzip-1.14
To compile GZip, run the following command:
make
Next, run the test suite:
make check
Finally, to install GZip into the build tree, run the following command:
make install
| Contents | |
|---|---|
| Installed Programs | gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew |
| Navigation | ||
|---|---|---|
| « GNU Roff | HOME | IPRoute2 » |