blob: 38467f7ee994b4c35126baece0fdefb14bf72b5c (
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>
|