aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gzip-inst.xml
blob: 912af3ba3ef868d0080f8c411ccffb0fac1b6742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2>
<title>Installation of Gzip</title>

<para>Install Gzip by running the following commands:</para>

<para><screen><userinput>./configure --prefix=$LFS/usr &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install &amp;&amp;
cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin &amp;&amp;
rm $LFS/usr/bin/gunzip $LFS/usr/bin/gzip</userinput></screen></para>

</sect2>