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