/*
 * Author:	William Chia-Wei Cheng (william@cs.ucla.edu)
 *
 * @(#)$Header: /amnt/maui/tangram/u/william/X11/TGIF2/RCS/README,v 2.3 1994/05/02 00:10:17 william Exp $
 */

This is the ``tgif'' README file.

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

1) Please read the Copyright file for the copyright information.

2) 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

3) Modify Makefile.noimake or Imakefile such that TGIF_PATH is set to
   the directory where the optional icon file will be.  (To bypass the
   use of the icon file, set Tgif*NoTgifIcon to true in your X resource file.)

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

   If you have imake and xmkmf, do the following,
	xmkmf
	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

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