aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mawk-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/mawk-inst.sgml')
-rw-r--r--chapter06/mawk-inst.sgml21
1 files changed, 21 insertions, 0 deletions
diff --git a/chapter06/mawk-inst.sgml b/chapter06/mawk-inst.sgml
new file mode 100644
index 000000000..735294010
--- /dev/null
+++ b/chapter06/mawk-inst.sgml
@@ -0,0 +1,21 @@
+<sect2>
+<title>Installation of Mawk</title>
+
+<para>
+Install Mawk by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <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>
+
+</literallayout></blockquote>
+
+</sect2>
+