gawk-inst.xml 922 B

12345678910111213141516171819202122232425262728
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Gawk</title>
  4. <para>This package requires its patch to be applied before you can
  5. install it. Issue the following command to apply the patch:</para>
  6. <para><screen><userinput>patch -Np1 -i ../gawk-&gawk-patch-version;.patch</userinput></screen></para>
  7. <para>This patch alters the code that determines the location of the
  8. libexec directory. The patch will allow us to override it by passing
  9. <emphasis>--libexecdir</emphasis> to the configure script.</para>
  10. <para>Prepare Gawk to be compiled:</para>
  11. <para><screen><userinput>./configure --prefix=/usr --libexecdir=/usr/bin</userinput></screen></para>
  12. <para>Continue with compiling the package:</para>
  13. <para><screen><userinput>make</userinput></screen></para>
  14. <para>Finish installing the package:</para>
  15. <para><screen><userinput>make install</userinput></screen></para>
  16. </sect2>