2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gzip</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Gzip by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-09-07 17:42:31 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../gzip-&gzip-patch-version;.patch &&
|
|
|
|
./configure --prefix=/usr &&
|
2002-09-02 16:46:18 +01:00
|
|
|
cp gzexe.in{,.backup} &&
|
2002-02-10 15:56:45 +00:00
|
|
|
sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make &&
|
|
|
|
make install &&
|
2002-05-02 21:15:02 +01:00
|
|
|
mv /usr/bin/gzip /bin &&
|
|
|
|
rm /usr/bin/{gunzip,zcat} &&
|
2002-08-18 18:26:58 +01:00
|
|
|
ln -s gzip /bin/gunzip &&
|
|
|
|
ln -s gzip /bin/zcat &&
|
|
|
|
ln -s gunzip /bin/uncompress</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|