A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Grep | HOME | GNU Make » |
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
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
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 » |