lfs/chapter06/gawk-inst.xml

16 lines
406 B
XML
Raw Normal View History

<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>