lfs/chapter06/mawk-inst.xml
Mark Hymers 4d6fc2dabb [Bug 164] XML Tidy up
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-10-27 22:21:44 +00:00

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>