aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk-inst.xml
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 &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>

</sect2>