tcl-inst.xml 307 B

1234567891011121314
  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 /stage1/bin/tclsh8.4 /stage1/bin/tclsh</userinput></screen></para>
  10. </sect2>