patch-inst.xml 307 B

1234567891011121314
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Patch</title>
  4. <para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE CFLAGS="-O2 -pipe" \
  5. &nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/stage1
  6. make LDFLAGS="-s"
  7. make check
  8. make install</userinput></screen></para>
  9. </sect2>