aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gzip-inst.xml
blob: bb549fe9dce8e8c1f7478a04d23da8390bb26f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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
ln -s gunzip /stage1/bin/uncompress</userinput></screen></para>

</sect2>