gawk-inst.xml 449 B

12345678910111213141516
  1. <sect2>
  2. <title>Installation of Gawk</title>
  3. <para>Install Gawk by running the following commands:</para>
  4. <para><screen><userinput>cd awklib &amp;&amp;
  5. cp Makefile.in Makefile.in.backup &amp;&amp;
  6. sed -e '/^datadir/s/awk/gawk/' \
  7. -e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp;
  8. cd .. &amp;&amp;
  9. ./configure --prefix=/usr --libexecdir=/usr/bin &amp;&amp;
  10. make &amp;&amp;
  11. make install</userinput></screen></para>
  12. </sect2>