2003-01-11 17:41:17 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2002-03-09 02:54:58 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gawk</title>
|
|
|
|
|
2003-01-11 17:41:17 +00:00
|
|
|
<para>Prepare Gawk to be compiled:</para>
|
2002-03-09 02:54:58 +00:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
2003-01-11 17:41:17 +00:00
|
|
|
|
2003-08-11 23:49:50 +01:00
|
|
|
<para>Compile the package:</para>
|
2003-01-11 17:41:17 +00:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make</userinput></screen>
|
2003-01-11 17:41:17 +00:00
|
|
|
|
2003-09-21 08:31:01 +01:00
|
|
|
<para>This package has a test suite available which can perform a number of
|
2003-09-13 00:27:30 +01:00
|
|
|
checks to ensure it built correctly. Should you choose to run it, the
|
|
|
|
following command will do so:</para>
|
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make check</userinput></screen>
|
2003-09-13 00:27:30 +01:00
|
|
|
|
2003-08-11 23:49:50 +01:00
|
|
|
<para>And install it:</para>
|
2003-01-11 17:41:17 +00:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make install</userinput></screen>
|
2002-03-09 02:54:58 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|