blob: 735294010ebbe6d6d91c5c03f2421ad6b114eaf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<sect2>
<title>Installation of Mawk</title>
<para>
Install Mawk by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure &&</userinput>
<userinput>make &&</userinput>
<userinput>make BINDIR=/usr/bin \</userinput>
<userinput> MANDIR=/usr/share/man/man1 install
&&</userinput>
<userinput>cd /usr/bin &&</userinput>
<userinput>ln -s mawk awk</userinput>
</literallayout></blockquote>
</sect2>
|