Xwpick Installation Instruction
===============================

1) If you are using 'imake' check the options in the Imakefile and
then issue the following set of commands:

       xmkmf
       make
       make install
       make install.man


2) If you prefer (like me) to use ordinary 'make' utility copy 
the Makefile.std to Makefile, check the options and then proceed like:

       make
       make install
       make install.man

The install target will put 'xwpick' in /usr/bin/X11. The install.man
target will put the man page 'xwpick.1' in /usr/man/man1.


3) Two files VMSMAKE.COM and SETUP.COM are provided for bulding XWPICK
on OpenVMS platforms (VAX/Alpha). To build the executable XWPICK.EXE and 
the help library XWPICK.HLB just issue

      @VMSMAKE

Command procedure SETUP.COM defines the symbol XWPICK and puts
the help library XWPICK.HLB into the next available help library slot.
To setup XWPICK call the SETUP.COM. from your LOGIN.COM file, for example.

