mawk-inst.xml 311 B

123456789101112
  1. <sect2>
  2. <title>Installation of Mawk</title>
  3. <para>Install Mawk by running the following commands:</para>
  4. <para><screen><userinput>./configure &amp;&amp;
  5. make CC="gcc -static" &amp;&amp;
  6. make BINDIR=$LFS/usr/bin \
  7. &nbsp;&nbsp;&nbsp;MANDIR=$LFS/usr/share/man/man1 install</userinput></screen></para>
  8. </sect2>