gawk-inst.xml 406 B

123456789101112131415
  1. <sect2>
  2. <title>Installation of Gawk</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it.</para>
  5. <para>Install Gawk by running the following commands:</para>
  6. <para><screen><userinput>patch -Np1 -i ../gawk-&gawk-patch-version;.patch &amp;&amp;
  7. ./configure --prefix=/usr --libexecdir=/usr/bin &amp;&amp;
  8. make &amp;&amp;
  9. make install</userinput></screen></para>
  10. </sect2>