gzip-inst.xml 303 B

1234567891011121314
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Gzip</title>
  4. <para><screen><userinput>./configure --prefix=/stage1
  5. make
  6. make install
  7. rm -f /stage1/bin/{gunzip,zcat}
  8. ln -s gzip /stage1/bin/gunzip
  9. ln -s gzip /stage1/bin/zcat</userinput></screen></para>
  10. </sect2>