They
only thing i would recommend using apt-get/install with is, the installation of the tcl package.
Once you have done this, you can then
in your home directory type this:
$ wget
ftp://ftp.eggheads.org/pub/eggdrop/sour ... .18.tar.gz
$ tar zxf eggdrop1.6.18.tar.gz
$ cd eggdrop1.6.18/src/mod/
$ wget
http://barkerjr.net/pub/irc/eggdrop/mod ... .7.tar.bz2
$ tar jxf megahal.mod.2.7.tar.bz2
$ cd ~
$ rm eggdrop1.6.18.tar.gz && rm eggdrop1.6.18/src/mod/megahal.mod.2.7.tar.bz2
$ cd eggdrop1.6.18/ && mkdir -v ../egg-build && cd ../egg-build
$ ../eggdrop1.6.18/configure --help
That would be my rough example of how to build eggdrop with the megahal module. As this is just a
rough example, i would refer to the guides i posted above. And also, if you do not know how to use your system correctly. Can i recommend you read up on how to use it?