coreutils.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <sect1 id="ch05-coreutils">
  2. <title>Installing Coreutils-&coreutils-version;</title>
  3. <?dbhtml filename="coreutils.html" dir="chapter05"?>
  4. <screen>Estimated build time: &coreutils-time-tools;
  5. Estimated required disk space: &coreutils-compsize-tools;</screen>
  6. &aa-coreutils-shortdesc;
  7. &aa-coreutils-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Coreutils</title>
  11. <para>Prepare Coreutils for compilation:</para>
  12. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  13. <para>Compile the package:</para>
  14. <screen><userinput>make</userinput></screen>
  15. <para>This package has a test suite available which can perform a number of
  16. checks to ensure it built correctly. Should you choose to run it, the
  17. following command will do so:</para>
  18. <screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
  19. <para>The meaning of the make option:</para>
  20. <itemizedlist>
  21. <listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the
  22. test suite to run several additional tests that are considered relatively
  23. expensive on some platforms. However, they are generally not a problem on
  24. Linux.</para></listitem>
  25. </itemizedlist>
  26. <para>And install the package:</para>
  27. <screen><userinput>make install</userinput></screen>
  28. </sect2>
  29. </sect1>