tcl-inst.xml 405 B

1234567891011121314151617
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of TCL</title>
  4. <para><screen><userinput>cd unix
  5. CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
  6. make LDFLAGS="-s"
  7. make test
  8. make install
  9. ln -s tclsh8.4 /stage1/bin/tclsh</userinput></screen></para>
  10. <para>Don't remove the tcl&tcl-version; directory yet, you need it for the
  11. next package installation.</para>
  12. </sect2>