/*
 * Author:	William Chia-Wei Cheng (william@cs.ucla.edu)
 *
 * @(#)$Header: /mm/src/tgif/v4/RCS/README,v 4.2 2000/01/18 23:16:35 william Exp $
 */

This is the ``tgif'' README file.  Tgif is pronounced, "T-G-I-F".

Tgif is an Xlib base 2-D drawing facility under X11.

1) Please read the "Copyright" file in this distribution for the copyright
   and licensing information.

2) Tgif resources:

                    Home Page: http://bourbon.cs.umd.edu:8001/tgif/
                          FAQ: http://bourbon.cs.umd.edu:8001/tgif/faq/
   Current Release & Download: http://bourbon.cs.umd.edu:8001/tgif/current.html
         Join to Mailing List: kragen-tgif-subscribe@kragen.dnaco.net
                 Mailing List: kragen-tgif@kragen.dnaco.net
          Bug Reports Send To: bill.cheng@acm.org

3) Please read tgif.man, the man pages that comes with the distribution.
	nroff -t -man tgif.man | more	<== to view
	psroff -man tgif.man		<== to print

4) If you want to use imake, you can copy Tgif.tmpl-PLATFORM to Tgif.tmpl
   (where PLATFORM depends on the platform you are on).  The default Tgif.tmpl
   is identical to Tgif.tmpl-linux.  There's only a few Tgif.tmpl-* files in
   the current release of tgif.  More will be added when they become available.
   I only have access to limited number of platforms, so if you don't find your
   platform listed, please ask a local expert to modify Tgif.tmpl and send a
   working version to me so I can create new Tgif.tmpl-* files.

5) Modify the DEFINES line at the beginning of Tgif.tmpl or Makefile.noimake
   (see "Things to try..." in the Tgif.tmpl for examples).  Please do not
   change -DTELEPORT_ATTR=\"warp_to=\", -DLAUNCH_ATTR=\"launch=\", or
   -DEXEC_ATTR=\"exec=\".

   If you plan to do a "make install" and you don't have root privileges,
   please uncomment (by remove XCOMM) BINDIR, MANPATH, and the second occurance
   of TGIFDIR, and replace "/u/halfmoon" with your target directory (such as
   "/home/yourlogin").

6) If you have imake and xmkmf, do the following (this is the preferred way
   of building tgif),
	xmkmf
	make tgif
	make install

   If you don't have imake, just do the following,
	cp Makefile.noimake Makefile
	make tgif

   If you have imake but don't have xmkmf, do the following,
		(note that the config directory should be set to
		wherever you can find Imake.tmpl)
	imake -DUseInstalled -I/usr/local/libdata/X11/config
	make tgif
	make install

7) If your <Meta> key does not work on a HP-UX machine, try doing the following
   (<Meta> is also labeled <Alt> on some keyboards):

   xmodmap -e "clear mod1"
   xmodmap -e "add mod1 = Meta_L Meta_R"

8) Please also note that tgif has nothing to do with GIF files/formats.
