mtab a real file now
[linux_from_scratch.git] / BOOK / chapter05 / gzip-inst.xml
blob77737e234344b05b8a3579cd4ed1590c71cd7c54
1 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
3 <sect2>
4 <title>Installation of Gzip</title>
6 <para>Prepare Gzip to be compiled:</para>
8 <para><screen><userinput>./configure --prefix=$LFS/static</userinput></screen></para>
10 <para>Continue with compiling the package:</para>
12 <para><screen><userinput>make LDFLAGS="-static"</userinput></screen></para>
14 <para>And finish off installing the package:</para>
16 <para><screen><userinput>make install</userinput></screen></para>
18 </sect2>