Installation instructions for gtkpool

Installation
----------------------------------------------------------------
1) % tar -zxvf gtkpool-0.1.tar.gz
2) % cd gtkpool-0.1
3) % make
4) # make install (NOTE: you must* become superuser to do this)
6) % pool

* That is, you must if you are installing to /usr/local. However,
  if you install to another directory, the install script still
  makes sym-links from /usr/local/lib and /usr/local/bin to
  whatever directory you intalled in.  To avoid this, you must
  modify the install script to not do so, edit myconfig.hh to
  change the data directory, and recompile

Prerequisites
----------------------------------------------------------------
gtkpool requires:
* As far as I know, linux.  Is you have a non-linux system that
  supports gtk+ and compiles gtkpool, great!  Please tell me
  about it so I can tell others.
* Gtk+ (I'm not sure what the minimum version is.  I use
  1.2.2)
* The Standard Template Library (If you have a recent version
  of gcc, you probably have it)
