mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
16 lines
326 B
XML
16 lines
326 B
XML
|
<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>
|
||
|
|