Hey
i have decided to make this guide
because there is NOT in all the guide i have lookt at that descripe witch order to install what in So here we go
NOTE: This is my first newbie guide so bare with me
and this guide is done on a debian box with only apache mysql and teamspeak on it....
1. apt-get install tcl8.4-dev
Now the tcl is installed
2. wget
ftp://ftp.eggheads.org/pub/eggdrop/sour ... .18.tar.gz
(wget is the command to download)
3. tar zxvf eggdrop1.6.18.tar.gz
4. cd eggdrop1.6.18
5. ./configure
6. make config
7. make (take some time dep. on your computer speed)
8. make install DEST=/home/name/botdir (Where you will have your botdir)
9. Switch to the botdir and edit the sample config file eggdrop.conf, then rename it to something appropriate (e.g. botnick.conf).
10. Type ./eggdrop -m <config file>
I hope someone can use it