This README contains information about how to get VMD working with
XForms.  This was tested with VMD 1.2b1 and xforms 0.81 .  All
references are assumed to be relative to vmd-1.2b1/lib/xforms unless
otherwise stated.

  Because of the distribution policy of XForms we cannot redistribute
the XForms library.  You will have to get the appropriate distribution
yourself (see http://bragg.phys.uwm.edu/xforms/ or
ftp://einstein.phys.uwm.edu/pub/xforms/ ).

  Assuming you are installing it for VMD, once you get it:
1) place it in the subdirectory ./$ARCH (eg, IRIX5, LINUX, HPUX9)
2) cd $ARCH ; then gunzip/de-tar it
3) cp xforms/FORMS/forms.h ../include
4) Make sure there is the symbolic link (while still in the $ARCH dir)
        ln -s xforms/FORMS/libforms.a .
(These are already established for the supported VMD versions.)
5) cd ..

  IF XFORMS IS ALREADY INSTALLED you can do the following:
1) find forms.h (probably /usr/local/include)
2) (cd include ; ln -s $PATH_TO_FORMS/forms.h forms.h)
3) find libforms.a (probably /usr/local/lib/libforms.a)
4) (cd $ARCH ; ln -s $PATH_TO_LIBFORMS.a libforms.a )

  That should do it.
