coreutils-inst.xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Coreutils</title>
  4. <para>Prepare Coreutils to be compiled:</para>
  5. <para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
  6. <para>Compile the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>This package has a test suite available which can perform a number of
  9. checks to ensure it built correctly. Should you choose to run it, the
  10. following command will do so:</para>
  11. <para><screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen></para>
  12. <para>The meaning of the make option:</para>
  13. <itemizedlist>
  14. <listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the
  15. test suite to run several additional tests that are considered relatively
  16. expensive on some platforms. However, they are generally not a problem on
  17. Linux.</para></listitem>
  18. </itemizedlist>
  19. <para>And install the package:</para>
  20. <para><screen><userinput>make install</userinput></screen></para>
  21. </sect2>