gzip-inst.xml 314 B

123456789101112131415
  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 check
  7. make install
  8. rm -f /stage1/bin/{gunzip,zcat}
  9. ln -s gzip /stage1/bin/gunzip
  10. ln -s gzip /stage1/bin/zcat</userinput></screen></para>
  11. </sect2>