gzip-inst.xml 382 B

12345678910111213141516
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Gzip</title>
  4. <para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
  5. make LDFLAGS="-s"
  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
  11. ln -s gunzip /stage1/bin/uncompress</userinput></screen></para>
  12. </sect2>