2002-03-09 02:54:58 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gawk</title>
|
|
|
|
|
2002-05-30 12:51:27 +01:00
|
|
|
<para>This package requires its patch to be applied before you can
|
2002-12-17 13:26:15 +00:00
|
|
|
install it.</para>
|
2002-05-30 12:51:27 +01:00
|
|
|
|
2002-03-09 02:54:58 +00:00
|
|
|
<para>Install Gawk by running the following commands:</para>
|
|
|
|
|
2002-07-02 20:25:34 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../gawk-&gawk-patch-version;.patch &&
|
2002-03-16 23:28:17 +00:00
|
|
|
./configure --prefix=/usr --libexecdir=/usr/bin &&
|
2002-03-09 02:54:58 +00:00
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|