A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Python module Pytest | HOME | GTK-Doc » |
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
To configure GNU Which for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64
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 | |
|---|---|
| Installed Programs | which |
| Navigation | ||
|---|---|---|
| « Python module Pytest | HOME | GTK-Doc » |