aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/diffutils-inst.xml
blob: 527866a225a13be0a95f5c20c0c444722b5ba3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<sect2>
<title>Installation of Diffutils</title>

<para>Install Diffutils by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>

</sect2>