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