12345678910111213 |
- <sect2>
- <title>Installation of Gzip</title>
- <para>Install Gzip by running the following commands:</para>
- <para><screen><userinput>./configure --prefix=$LFS/usr &&
- make LDFLAGS=-static &&
- make install &&
- cp $LFS/usr/bin/{gunzip,gzip} $LFS/bin &&
- rm $LFS/usr/bin/{gunzip,gzip}</userinput></screen></para>
- </sect2>
|