tar-inst.xml 636 B

123456789101112131415161718192021
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Tar</title>
  4. <para>A patch may be applied to give tar direct support for
  5. bzip2 files. This patch adds the <emphasis>-j</emphasis> option
  6. to tar, which is similar to the <emphasis>-z</emphasis> option
  7. used for gzip files.</para>
  8. <para>Apply the patch by running the following command:</para>
  9. <para><screen><userinput>patch -Np1 -i ../tar-&tar-patch-version;.patch</userinput></screen></para>
  10. <para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
  11. make LDFLAGS="-s"
  12. make check
  13. make install</userinput></screen></para>
  14. </sect2>