tar.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-tools-tar" role="wrap">
  8. <?dbhtml filename="tar.html"?>
  9. <title>Tar-&tar-version;</title>
  10. <indexterm zone="ch-tools-tar">
  11. <primary sortas="a-Tar">Tar</primary>
  12. <secondary>tools</secondary>
  13. </indexterm>
  14. <sect2 role="package">
  15. <title/>
  16. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  17. href="../chapter06/tar.xml"
  18. xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
  19. <segmentedlist>
  20. <segtitle>&buildtime;</segtitle>
  21. <segtitle>&diskspace;</segtitle>
  22. <seglistitem>
  23. <seg>0.2 SBU</seg>
  24. <seg>12.7 MB</seg>
  25. </seglistitem>
  26. </segmentedlist>
  27. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  28. href="../chapter06/tar.xml"
  29. xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Tar</title>
  33. <para>If you wish to run the test suite, apply the following patch to fix
  34. some issues with GCC-&gcc-version;:</para>
  35. <screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>
  36. <para>Prepare Tar for compilation:</para>
  37. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  38. <para>Compile the package:</para>
  39. <screen><userinput>make</userinput></screen>
  40. <para>To test the results, issue:
  41. <userinput>make check</userinput>.</para>
  42. <para>Install the package:</para>
  43. <screen><userinput>make install</userinput></screen>
  44. </sect2>
  45. <sect2 role="content">
  46. <title/>
  47. <para>Details on this package are located in
  48. <xref linkend="contents-tar" role="."/></para>
  49. </sect2>
  50. </sect1>