tar-inst.xml 575 B

1234567891011121314151617181920212223
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Tar</title>
  4. <para>Prepare Tar to be compiled:</para>
  5. <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
  6. <para>Compile the programs:</para>
  7. <para><screen><userinput>make </userinput></screen></para>
  8. <para>Check that the programs work correctly:</para>
  9. <para><screen><userinput>make check</userinput></screen></para>
  10. <para>Then install them and their documentation:</para>
  11. <para><screen><userinput>make install</userinput></screen></para>
  12. </sect2>