tar.xml 960 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <sect1 id="ch06-tar">
  2. <title>Installing Tar-&tar-version;</title>
  3. <?dbhtml filename="tar.html" dir="chapter06"?>
  4. <screen>Estimated build time: &tar-time;
  5. Estimated required disk space: &tar-compsize;</screen>
  6. &aa-tar-shortdesc;
  7. &aa-tar-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Tar</title>
  11. <para>Prepare Tar for compilation:</para>
  12. <screen><userinput>./configure --prefix=/usr --bindir=/bin \
  13. &nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin</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 check</userinput></screen>
  20. <para>And install the package:</para>
  21. <screen><userinput>make install</userinput></screen>
  22. </sect2>
  23. </sect1>