Current ports:
=============
The CLover UI has been compiled and tested on the following systems:

    * Sun Sparc  : SunOS 4.1.1, 4.1.2, 4.1.3
    * NeXT       : Mach 2.0, 2.1
    * i386/i486  : ESIX SVR4.0
    * DEC 5000   : Ultrix 4.2, 4.3

and it should probably still work on the following systems:

    * IBM RS6000 : AIX 3.1, 3.2
    * AT&T 3B2   : SVR3.2
    * IBM ES9000 : AIX/370

Installation procedure:
======================
1) config.clover
    * you may wish to change the default compiler flags to -O instead of
      -g, if you aren't worried about debugging and wish to conserve space
      or something
    * you may wish to change the default installation directories, tho the
      defaults are highly recommended
    * unless you are running a completely separate server, you prolly should
      NOT change the defaults server address & port (current distributed
      default connects to the RPI server)

2) make
    * generates the UI binary (.../ui/Clover)

3) make install
    * installs the UI binary to the directory specified during configuration
    * installs the UI help files to the directory specified during
      configuration, including manual pages

