
This file contains instructions for building the Table widget.
If you have X11R4 libraries installed on your machine, you should
be able to type "make" and libTable.a will be built for you.  If
you are running an earlier version of X11, use the old Makefile
by typing "make -f Makefile.old" instead of just make.

Once the library is made, you can make the example programs by
typing:

	% make ex1
	% make ex2

Again, if you are using an older version of X, replace make with
"make -f Makefile.old".  See the comment at the top of the corresponding 
.c files for instructions on how to run these programs.

			David Harrison
			UC Berkeley Electronics Research Lab
			(davidh@ic.Berkeley.EDU, ...!ucbvax!ucbcad!davidh)

