talimat 297 B

12345678910111213141516171819202122
  1. version=8.6.4
  2. source=( http://sourceforge.net/projects/tcl/files/Tcl/$version/tcl-core${version}-src.tar.gz)
  3. build()
  4. {
  5. cd tcl$version
  6. cd unix
  7. ./configure --prefix=/tools
  8. make
  9. make install
  10. chmod -v u+w /tools/lib/libtcl8.6.so
  11. make install-private-headers
  12. ln -sv tclsh8.6 /tools/bin/tclsh
  13. }