lfs/chapter06/patch-inst.sgml

18 lines
320 B
Plaintext
Raw Normal View History

<sect2>
<title>Installation of Patch</title>
<para>
Install Patch by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>