MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 3 - Temporary Tools

Navigation    
« GNU Grep HOME GNU Make »

GNU Gzip

Name: GNU Gzip
Summary: The GNU compression and decompression tools
License: GPL v3 or later
Version: 1.14
URL: https://ftp.gnu.org/gnu/gzip/gzip-1.14.tar.xz

Configuration

To configure GNU Gzip for install into the build root, run the following command:

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --host=$BRFS_TARGET

Compilation and Installation

To compile GNU Gzip, run the following command:

make

Finally, to install GNU Gzip into the build tree, run the following command:

make DESTDIR=$BRFS install

More details about this package is covered later in the core system build.

Navigation    
« GNU Grep HOME GNU Make »