diff options
Diffstat (limited to 'chapter06/gawk-inst.xml')
-rw-r--r-- | chapter06/gawk-inst.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml new file mode 100644 index 000000000..dd602e051 --- /dev/null +++ b/chapter06/gawk-inst.xml @@ -0,0 +1,11 @@ +<sect2> +<title>Installation of Gawk</title> + +<para>Install Gawk by running the following commands:</para> + +<para><screen><userinput>./configure --prefix=/usr && +make && +make install</userinput></screen></para> + +</sect2> + |