how to install tcl on a shell



Usefull for people that want to compile an eggdrop on servers that do not have tcl installed.


This is very simple, just type the following commands in the shell and you will have no problem:


wget ftp://ftp.scriptics.com/pub/tcl/tcl8_4/tcl8.4.11-src.tar.gz
tar -zxvf tcl8.4.11-src.tar.gz
cd tcl8.4.11/unix
./configure --disable-shared
make

Go back to your eggdrop source's directory & type the following commands:

make clean
./configure --with-tcllib=$HOME/tcl8.4.11/unix/libtcl8.4.a --with-tclinc=$HOME/tcl8.4.11/generic/tcl.h

* Now you can continue with your eggdrop installation

If there are any problems post below