blob: b8d1f06465688819b536862c8d7c61e8358c2563 (
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 PR_PROGRAM=/usr/bin/pr &&
make install</userinput></screen></para>
</sect2>
|