milis/talimatname/onsistem/0tcl/talimat

22 lines
297 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
version=8.6.4
source=( http://sourceforge.net/projects/tcl/files/Tcl/$version/tcl-core${version}-src.tar.gz)
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
cd tcl$version
cd unix
./configure --prefix=/tools
make
make install
chmod -v u+w /tools/lib/libtcl8.6.so
make install-private-headers
ln -sv tclsh8.6 /tools/bin/tclsh
}