2003-05-02 19:20:20 +01:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Coreutils</title>
|
|
|
|
|
2003-08-11 23:49:50 +01:00
|
|
|
<para>Prepare Coreutils to be compiled:</para>
|
|
|
|
|
2003-09-02 23:03:51 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
|
2003-08-11 23:49:50 +01:00
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
2003-09-21 08:31:01 +01:00
|
|
|
<para>This package has a test suite available which can perform a number of
|
2003-09-11 21:07:44 +01:00
|
|
|
checks to ensure it built correctly. Should you choose to run it, the
|
|
|
|
following command will do so:</para>
|
2003-08-11 23:49:50 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen></para>
|
|
|
|
|
2003-09-25 00:48:45 +01:00
|
|
|
<para>The meaning of the make option:</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the
|
|
|
|
test suite to run several additional tests that are considered relatively
|
|
|
|
expensive on some platforms. Hovever, they are generally not a problem on
|
|
|
|
Linux.</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2003-08-11 23:49:50 +01:00
|
|
|
<para>And install the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|