MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« Python module Pytest HOME GTK-Doc »

GNU Which

Name: GNU Which
Summary: A tool for finding the fully-qualified path to an installed binary command
License: GPL v3
Version: 2.23
URL: https://ftp.gnu.org/gnu/which/which-2.23.tar.gz

Average Build Time: less than 0.1 SBU
Used Install Space: 1.2 MiB

Configuration

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

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64

Compilation and Installation

To compile GNU Which, run the following command:

make

This package does not contain a test suite.

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

make install

Contents

Contents  
Installed Programs which
Navigation    
« Python module Pytest HOME GTK-Doc »