eth0s/toolchain/08-tcl

16 lines
290 B
Text
Raw Normal View History

name=tcl
2020-06-12 16:42:33 +08:00
version=8.6.10
source=(https://downloads.sourceforge.net/tcl/tcl$version-src.tar.gz)
2018-12-01 00:12:45 +08:00
build() {
cd ${name}${version}
2018-12-01 00:12:45 +08:00
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
}