LDP/LDP/retired/LFS/chapter05/gzip-inst.xml

12 lines
260 B
XML

<sect2>
<title>Installation of Gzip</title>
<para>Install Gzip by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$LFS/static &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
</sect2>