MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 3 - Temporary Tools

Navigation    
« File HOME GNU Awk »

GNU Findutils

Name: GNU Findutils
Summary: CLI tools for searching for files based on various criteria
License: GPL v3 or later
Version: 4.10.0
URL: https://ftp.gnu.org/gnu/findutils/findutils-4.10.0.tar.xz

Configuration

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

./configure --prefix=/usr                     \
            --libdir=/usr/lib64               \
            --libexecdir=/usr/lib64/findutils \
            --localstatedir=/var/lib/locate   \
            --host=$BRFS_TARGET               \
            --build=$BRFS_HOST

Compilation and Installation

To compile GNU Findutils, run the following command:

make

Finally, to install GNU Findutils into the cross-tools tree, run the following command:

make DESTDIR=$BRFS install

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

Navigation    
« File HOME GNU Awk »