diff options
Diffstat (limited to 'chapter06/mawk-inst.xml')
-rw-r--r-- | chapter06/mawk-inst.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/chapter06/mawk-inst.xml b/chapter06/mawk-inst.xml new file mode 100644 index 000000000..735294010 --- /dev/null +++ b/chapter06/mawk-inst.xml @@ -0,0 +1,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> + |