coreutils.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <literallayout>Official download location for Coreutils (&coreutils-version;):
  7. <ulink url="ftp://ftp.gnu.org/gnu/coreutils/"/></literallayout>
  8. &aa-coreutils-dep;
  9. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  10. <sect2>
  11. <title>Installation of Coreutils</title>
  12. <para>Prepare Coreutils for compilation:</para>
  13. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  14. <para>Compile the package:</para>
  15. <screen><userinput>make</userinput></screen>
  16. <para>This package has a test suite available which can perform a number of
  17. checks to ensure it built correctly. Should you choose to run it, the
  18. following command will do so:</para>
  19. <screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
  20. <para>The meaning of the make parameter:</para>
  21. <itemizedlist>
  22. <listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the
  23. test suite to run several additional tests that are considered relatively
  24. expensive on some platforms. However, they are generally not a problem on
  25. Linux.</para></listitem>
  26. </itemizedlist>
  27. <para>And install the package:</para>
  28. <screen><userinput>make install</userinput></screen>
  29. </sect2>
  30. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  31. <para>The details on this package are found in <xref linkend="contents-coreutils"/>.</para>
  32. <para>&nbsp;</para></sect2>
  33. </sect1>