lfs/chapter05/gzip-inst.xml
2003-05-12 23:21:26 +00:00

16 lines
314 B
XML

<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Gzip</title>
<para><screen><userinput>./configure --prefix=/stage1
make
make check
make install
rm -f /stage1/bin/{gunzip,zcat}
ln -s gzip /stage1/bin/gunzip
ln -s gzip /stage1/bin/zcat</userinput></screen></para>
</sect2>