blob: 67f279bd965b0fc691cf885800b56b75777f4dbf (
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 &&
make &&
make install</userinput></screen></para>
</sect2>
|