expect-inst.xml 455 B

1234567891011121314151617
  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. ./configure --prefix=/usr \
  6. &nbsp;&nbsp;&nbsp;&nbsp;--with-x=no --disable-symbols --cache-file=/dev/null
  7. make
  8. make test
  9. make install</userinput></screen></para>
  10. <para>You can now remove the tcl&tcl-version; as well as the
  11. expect-&expect-version; directories.</para>
  12. </sect2>