/*
 * Twlog Install File
 */

INSTALLATION:

1  Run the make command to compile -
   
      make

2  Then, as root, run the command - 

      make install

3  Edit Twclock -

   The "make install" put a copy of the resource file (Twclock)
   in /usr/X11R6/lib/X11/app-defaults, one of many places where
   X looks for resource files.  You will want to make changes to
   Twclock to tailor it to your needs.

   The easiest way is to edit the copy of Twclock just installed
   in /usr/lib/X11/app-defaults.  But, you must be root!

   You can also:

      copy Twclock to your home directory.   -OR-

      cat it to the end of your .Xdefaults file.  -OR-

      use XAPPLRESDIR and copy Twclock to your own resources directory.

      See the X manual pages for more information
   
   Now edit the new copy of Twclock (root is not needed).  There are
   comments (lines beginning with an !) in Twclock explaining the values.
   After you change the values, restart the program to have them take effect.

   Finally, add "twclock&" to your start up script so the program will be
   started automatically for you.  The program has been installed in
   /usr/local/bin, so make sure that /usr/local/bin is in your PATH.  


LESSTIF INSTALL

   If you need to compile with Lesstif, see the comments near the top
   of the makefile.  You will need to comment the two lines for openMotif and
   uncomment the two lines for Lesstif.  Also, make sure the paths on these
   lines point to the proper directories on your system.

   Got any problems, comments, suggestions, etc?

   My email is: wa0eir@mchis.com

   73,
   Ted - wa0eir


