2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-tools-gawk">
|
2002-03-09 02:54:58 +00:00
|
|
|
<title>Installing Gawk-&gawk-version;</title>
|
|
|
|
<?dbhtml filename="gawk.html" dir="chapter05"?>
|
|
|
|
|
2004-01-27 22:27:44 +00:00
|
|
|
<screen>&buildtime; &gawk-time-tools;
|
|
|
|
&diskspace; &gawk-compsize-tools;</screen>
|
2002-03-09 02:54:58 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<literallayout>Official download location for Gawk (&gawk-version;):
|
|
|
|
<ulink url="ftp://ftp.gnu.org/pub/gnu/gawk/"/></literallayout>
|
|
|
|
|
2003-11-15 16:07:18 +00:00
|
|
|
&aa-gawk-dep;
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gawk</title>
|
|
|
|
|
2003-11-02 22:20:47 +00:00
|
|
|
<para>Prepare Gawk for compilation:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
|
2004-01-16 10:15:49 +00:00
|
|
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
|
|
|
temporary tools here in this chapter. If you still want to run the Gawk test
|
|
|
|
suite anyway, the following command will do so:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>make check</userinput></screen>
|
|
|
|
|
|
|
|
<para>And install it:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2002-03-09 02:54:58 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<sect2><title> </title><para> </para>
|
|
|
|
<para>The details on this package are found in <xref linkend="contents-gawk"/>.</para>
|
|
|
|
<para> </para></sect2>
|
|
|
|
|
2002-03-09 02:54:58 +00:00
|
|
|
</sect1>
|
|
|
|
|