README for gtkfind version 0.9
October 23, 1998

gtkfind is a graphical file finding program, written by Matt Grossman
<mattg@oz.net> and distributed under the terms of the GNU GPL.  It
requires X and the freely distributable (GPL) gtk toolkit to run.  gtk
is available from www.gtk.org and other places.

The current release is 0.9.  This version includes support for saving
your search as a shell script, and the usual bugfixes and general
cleanup.

To build gtkfind:

$ tar -xzf gtkfind-0.9.tar.gz
$ cd gtkfind

The configuration process has changed from version 0.8.  You should
now edit the file "config.h" for your site.  You may wish to edit
"Makefile", but it should no longer be necessary provided you have the
"gtk-config" program installed.

$ make
$ make install

If you are using a Linux distribution that provides a binary Gtk+
library, you may have to install a "Gtk+ developer" RPM to get this
program.  Of course you will have to install this anyway to get the
Gtk+ header files...

If you have any questions or comments, or if you find a bug, mail
mattg@oz.net.  gtkfind should build on anything gtk will build on, I
have only built it on Linux/Alpha.  It has been successfully built by
others on Linux/Intel, SGI, and Solaris.  GNU install seems to be
required on Solaris.

The latest version of gtkfind should be available at:
http://www.oz.net/~mattg/download.html

gtkfind is copyright 1998 by Matt Grossman.  It is distributed under
the terms of the GNU General Public License, see the file COPYING in
the source distribution for details.

Thanks to all the people who wrote in with bug reports, suggestions,
comments, and criticism.
