1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3 <!ENTITY % coreutils-entities SYSTEM "../ent/coreutils.ent">
6 <sect1 id="ch05-coreutils">
7 <title>Installing Coreutils-&coreutils-version;</title>
8 <?dbhtml filename="coreutils.html"?>
10 <screen>Estimated build time: 0.9 SBU
11 Estimated required disk space: 69 MB</screen>
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/coreutils-contents.xml"/>
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/coreutils-deps.xml"/>
22 <title>Installation of Coreutils</title>
24 <para>Prepare Coreutils for compilation:</para>
26 <screen><userinput>./configure --prefix=/tools</userinput></screen>
28 <para>Compile the package:</para>
30 <screen><userinput>make</userinput></screen>
32 <para>This package has a test suite available which can perform a number of
33 checks to ensure it built correctly. Should you choose to run it, the
34 following command will do so:</para>
36 <screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
38 <para>The meaning of the make parameter:</para>
41 <listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the
42 test suite to run several additional tests that are considered relatively
43 expensive on some platforms. However, they are generally not a problem on
44 Linux.</para></listitem>
47 <para>And install the package:</para>
49 <screen><userinput>make install</userinput></screen>