lfs/chapter06/mawk-inst.xml

21 lines
456 B
XML
Raw Normal View History

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