Installation
============

1) Get the Mpexpr library if you don't already have it:

http://www.neosoft.com/tcl/ftparchive/sorted/math/mpexpr-1.0/mpexpr-1.0.tar.gz

2) Compile the Mpexpr library like explained in the mpexpr-1.0.tar.gz archive.

3) Copy libMpexpr10.so created in step 2 to the scripts dir of your eggdrop

4) Edit ships.info and odg.info if ship/odh data have changed (format of 
these files is explained in README). Lines 28-64 of EQ-tools.tcl contain some 
variables that control the way the script works, you might want to think 
about editting those too. If you follow this guide, you shouldn't have to 
change any of these.

6) Copy EQ-tools.tcl, ships.info and odg.info to the scripts dir of your
eggdrop.

7) Add the following line to your eggdrop conf file:

	source "scripts/EQ-tools.tcl"

8) Start your eggdrop in the normal way (or rehash to reflect the changes you 
made to the conf file).


Win32
=====

The script hasn't been tested on windrops so there could be unexpected errors. 
The only real problem I see is the Mpexpr library. I haven't tried it myself 
but I would try the following:
Compile eggdrop like described on http://windrop.sourceforge.net, this will 
provide a working tcl install to compile Mpexpr against. Compile Mpexpr and 
then just follow the installation instructions from step 3 onwards as described 
above. libMpexpr10.so will probably be called libMpexpr10.dll so you have to 
copy that file to the scripts dir instead of libMpexpr10.so and edit 
EQ-tools.tcl accordingly. Please send an email (shug@xim.f2s.com) if this
actually works or even better, what needs to be done to actually get it working.
