expect-inst.xml 407 B

123456789101112131415
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Expect</title>
  4. <para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch
  5. CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 --with-tcl=/stage1/lib \
  6. &nbsp;&nbsp;&nbsp;&nbsp;--with-x=no --disable-symbols --cache-file=/dev/null
  7. make LDFLAGS="-s"
  8. make test
  9. make install</userinput></screen></para>
  10. </sect2>