blob: 7bb1ebe0501b315ef28b8ca2136ab884e6bd3e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2>
<title>Installation of Gawk</title>
<para>This package requires its patch to be applied before you can
install it.</para>
<para>Install Gawk by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../gawk-&gawk-patch-version;.patch &&
./configure --prefix=/usr --libexecdir=/usr/bin &&
make &&
make install</userinput></screen></para>
</sect2>
|