# Expect wget http://expect.nist.gov/expect.tar.gz tar xvfz expect.tar.gz cd expect-5.34 ./configure --prefix=/opt/tcltk/ make #make test make install mkdir /opt/doc/expect-5.34 cp -p ChangeLog FAQ HISTORY INSTALL NEWS README /opt/doc/expect-5.34/ cp -p example/README /opt/doc/expect-5.34/example.README chown -R root.root /opt/doc/expect-5.34/ chmod -R a+rX /opt/doc/expect-5.34/