patch-inst.xml 341 B

12345678910111213141516
  1. <sect2>
  2. <title>Installation of Patch</title>
  3. <para>
  4. Install Patch by running the following commands:
  5. </para>
  6. <blockquote><literallayout>
  7. <userinput>./configure --prefix=$LFS/usr
  8. &amp;&amp;</userinput>
  9. <userinput>make LDFLAGS=-static &amp;&amp;</userinput>
  10. <userinput>make install</userinput>
  11. </literallayout></blockquote>
  12. </sect2>