packages icon
README for gtkfind version 1.1
October 9, 1999

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 1.1.  This release adds the ability to match
files that are not owned by a known user or group.

To build gtkfind:

$ tar -xzf gtkfind-1.1.tar.gz
$ cd gtkfind-1.1
$ ./configure
$ 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.  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 1999 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.