MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU Roff HOME IPRoute2 »

GZip

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

Configuration

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

Compilation and Installation

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

Contents  
Installed Programs gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew
Navigation    
« GNU Roff HOME IPRoute2 »