lfs/chapter05/gzip-inst.xml
Thomas Balu Walter 72033583eb You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@334 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-18 19:30:50 +00:00

22 lines
596 B
XML

<sect2>
<title>Installation of Gzip</title>
<para>
Before Gzip is installed the the gzip patch file needs to be unpacked.
</para>
<blockquote><literallayout>
<userinput>patch -Np1 -i ../gzip-1.2.4a.patch &amp;&amp;</userinput>
<userinput>./configure --prefix=$LFS/usr &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>