aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mawk-inst.xml
blob: 199bd0f56b329f95f246708afb7115cb5bb61ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>