blob: dd602e0518b37cfdb4ffac641627de6884db8367 (
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=/usr &&
make &&
make install</userinput></screen></para>
</sect2>
|