tcl

https://www.tcl-lang.org

Spiegel

http://paketspiegel.de/tcl8.6.17-html.tar.gz onnlein
http://paketspiegel.de/tcl8.6.17-src.tar.gz onnlein
LFS 13.0

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/tcl.html

tcl → expect

Bauen

BAU=/bau cd $BAU pwd if [ ! -e tcl8.6.17-src.tar.gz ] then wget http://paketspiegel.de/tcl8.6.17-src.tar.gz fi if [ -d tcl8.6.17 ] then rm --force --recursive tcl8.6.17 fi tar --extract -f tcl8.6.17-src.tar.gz cd tcl8.6.17 pwd cd .. pwd