coreutils.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. <!ENTITY % patches-entities SYSTEM "../patches.ent">
  5. %general-entities;
  6. %patches-entities;
  7. ]>
  8. <sect1 id="ch-tools-coreutils" role="wrap">
  9. <title>Coreutils-&coreutils-version;</title>
  10. <?dbhtml filename="coreutils.html"?>
  11. <indexterm zone="ch-tools-coreutils">
  12. <primary sortas="a-Coreutils">Coreutils</primary>
  13. <secondary>tools</secondary></indexterm>
  14. <sect2 role="package"><title/>
  15. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/coreutils.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
  16. <segmentedlist>
  17. <segtitle>&buildtime;</segtitle>
  18. <segtitle>&diskspace;</segtitle>
  19. <seglistitem><seg>0.9 SBU</seg><seg>53.3 MB</seg></seglistitem>
  20. </segmentedlist>
  21. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/coreutils.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
  22. </sect2>
  23. <sect2 role="installation">
  24. <title>Installation of Coreutils</title>
  25. <para>Prepare Coreutils for compilation:</para>
  26. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  27. <para>Compile the package:</para>
  28. <screen><userinput>make</userinput></screen>
  29. <para>To test the results, issue:
  30. <userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput>. The
  31. <parameter>RUN_EXPENSIVE_TESTS=yes</parameter> parameter tells the
  32. test suite to run several additional tests that are considered
  33. relatively expensive (in terms of CPU power and memory usage) on some
  34. platforms, but generally are not a problem on Linux.</para>
  35. <para>Install the package:</para>
  36. <screen><userinput>make install</userinput></screen>
  37. </sect2>
  38. <sect2 role="content"><title/>
  39. <para>Details on this package are located in <xref
  40. linkend="contents-coreutils" role="."/></para>
  41. </sect2>
  42. </sect1>