/*
 * Author:	William Chia-Wei Cheng (william@cs.ucla.edu)
 *
 * @(#)$Header: /tmp_mnt/n/kona/tangram/u/william/X11/TGIF2/RCS/README,v 2.0 91/03/05 12:50:35 william Exp $
 */

This is the ``tgif'' README file.

Tgif is a Xlib base 2-D drawing facility under X11.  It also supports
	hierarchical construction of drawings.

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 icon file and the PostScript macro file are.

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) Remember to set the environment variables TGIFPATH and TGIFICON (see
	the man pages).

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