blob: e7828b436bcf0394a974fa37ca57708c117398db (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of Gzip</title>
<para>Install Gzip by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$LFS/static &&
make LDFLAGS="-static" &&
make install</userinput></screen></para>
</sect2>
|