lfs/chapter06/gawk-inst.xml
2003-01-03 03:27:03 +00:00

16 lines
406 B
XML

<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 &amp;&amp;
./configure --prefix=/usr --libexecdir=/usr/bin &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>