Installing Coreutils-&coreutils-version;
Estimated build time: &coreutils-time-tools;
Estimated required disk space: &coreutils-compsize-tools;
&aa-coreutils-shortdesc;
&aa-coreutils-dep;
Installation of Coreutils
Prepare Coreutils for compilation:
./configure --prefix=/tools
Compile the package:
make
This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:
make RUN_EXPENSIVE_TESTS=yes check
The meaning of the make parameter:
RUN_EXPENSIVE_TESTS=yes: This tells the
test suite to run several additional tests that are considered relatively
expensive on some platforms. However, they are generally not a problem on
Linux.
And install the package:
make install