patch-inst.xml 311 B

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