
Installation is a work in progress, to build
and install ACE/gr, cd to the src directory 
and proceed from there.

To compile xmgr using the Makefile:

Edit the src/Makefile to install the printer and the
installation directories for the executable then

% make
% make install

Xmgr does not rely on any files for execution, so if the
'make install' fails, just copy the executable to the
proper place. The application defaults file (XMgr.ad) should go to
/usr/lib/X11/app-defaults/XMgr.

To compile xmgr using the Imakefile:

Edit the Imakefile to install the printer then

% imake
% make
% make install

I do not use the Imakefile in development, so the chances of it
working are slim.
