expect-inst.xml 369 B

12345678910111213141516
  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=/stage1
  6. make
  7. make test
  8. make install</userinput></screen></para>
  9. <para>You can remove the tcl&tcl-version; directory now as well as the
  10. expect directory.</para>
  11. </sect2>