findutils-inst.xml 558 B

12345678910111213141516
  1. <sect2>
  2. <title>Installing Findutils</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it. Make sure it's unpacked before running the installation
  5. commands.</para>
  6. <para>Install Findutils by running the following commands:</para>
  7. <para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch &amp;&amp;
  8. CPPFLAGS=-Dre_max_failures=re_max_failures2 \
  9. &nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static &amp;&amp;
  10. make LDFLAGS=-static &amp;&amp;
  11. make install</userinput></screen></para>
  12. </sect2>