aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gzip-inst.xml
blob: 0b9c58409dd476e9294da27ea0745599bb019984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<sect2>
<title>Installation of Gzip</title>

<para>
Before you install Gzip you have to unpack the gzip patch file.
</para>

<blockquote><literallayout>

	<userinput>patch -Np1 -i ../gzip-1.2.4a.patch &amp;&amp;</userinput>
	<userinput>./configure --prefix=$LFS/usr --disable-nls
		 &amp;&amp;</userinput>
	<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
	<userinput>make install &amp;&amp;</userinput>
	<userinput>cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip 
		 $LFS/bin &amp;&amp;</userinput>
	<userinput>rm $LFS/usr/bin/gunzip $LFS/usr/bin/gzip</userinput>

</literallayout></blockquote>

</sect2>