MISCELLANY
==========

This is version 1.6 of the Spinbox widget by Charles S. Kerr
(cskerr@geocities.com).  All Comments, criticisms, and suggestions
will be read.

To see what's new, read doc/CHANGELOG.html.
To see how to building and install, read the rest of this file, then read INSTALL.
To see the documentation, read doc/spinbox.html.
To see the license, read doc/LICENSE.html.

The most recent version of this widget should be available from
http://www.geocities.com/ResearchTriangle/4959/spinbox.html


INSTALLATION
============

Extensive information on using the configure script is available
in the INSTALL file.  A typical build session, though, looks
like this:

   % ./configure
   % make
   % demo/spinbox_demo

If you like the demo, install the widget by typing

   % make install


MAKE
====

It's possible that the configure script, which is generated by
GNU libtool/automake/autoconf, will require GNU make to run.
If you don't have a copy of gnu make (try make --version to see),
it can be found at ftp://ftp.gnu.ai.mit.edu/pub/gnu/make-XX.tar.gz
where XX is the most current version; for example, make-3.77.tar.gz.

