MDENERGY
-----------

1) Unzip the package:
> gunzip mdenergy.tar.gz
> tar -xvf mdenergy.tar

2) Customize src/Makefile
You probably only want to change BINDIR to the directory in which the binary
shall be installed (default /usr/local/bin)
Also change VMDSCRIPTPATH if you want to install the vmd sripts automatically

3) Compile for your architecture
> cd src/
> make linux|sunos|irix

4) Install binaries :
> make install

If you didn't customize your Makefile you can copy the programs manually:

5) Copy the script vmd/mdenergy.tcl vmd/visual_mdenergy.tcl and vmd/hbonds.tcl
   into your vmd script path.

6) Adjust the variables MDE_PATH and MDE_PAR in vmd/mdenergy.tcl
   You can also set the variables in the shell script mdenergy according to your 
   file locations. It is a wrapper for commandline execution of mdenergy and holds 
   defaults for many input parameters.

