tar.xml 1.7 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-tar" role="wrap">
  9. <title>Tar-&tar-version;</title>
  10. <?dbhtml filename="tar.html"?>
  11. <indexterm zone="ch-tools-tar">
  12. <primary sortas="a-Tar">Tar</primary>
  13. <secondary>tools</secondary></indexterm>
  14. <sect2 role="package"><title/>
  15. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/tar.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
  16. <segmentedlist>
  17. <segtitle>&buildtime;</segtitle>
  18. <segtitle>&diskspace;</segtitle>
  19. <seglistitem><seg>0.2 SBU</seg><seg>12.7 MB</seg></seglistitem>
  20. </segmentedlist>
  21. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/tar.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
  22. </sect2>
  23. <sect2 role="installation">
  24. <title>Installation of Tar</title>
  25. <para>If you wish to run the test suite, apply the following patch to fix
  26. some issues with GCC-&gcc-version;:</para>
  27. <screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>
  28. <para>Prepare Tar for compilation:</para>
  29. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  30. <para>Compile the package:</para>
  31. <screen><userinput>make</userinput></screen>
  32. <para>To test the results, issue: <userinput>make check</userinput>.</para>
  33. <para>Install the package:</para>
  34. <screen><userinput>make install</userinput></screen>
  35. </sect2>
  36. <sect2 role="content"><title/>
  37. <para>Details on this package are located in <xref
  38. linkend="contents-tar" role="."/></para>
  39. </sect2>
  40. </sect1>