LDP/LDP/retired/LFS/chapter06/mawk-inst.xml

15 lines
336 B
XML

<sect2>
<title>Installation of Mawk</title>
<para>Install Mawk by running the following commands:</para>
<para><screen><userinput>./configure &amp;&amp;
make &amp;&amp;
make BINDIR=/usr/bin \
&nbsp;&nbsp;&nbsp;MANDIR=/usr/share/man/man1 install &amp;&amp;
cd /usr/bin &amp;&amp;
ln -sf mawk awk</userinput></screen></para>
</sect2>