 wmpinboard
============

 License
---------

wmpinboard is distributed under the terms of the GNU General Public license,
revision 2, or--at your choice--any later revision.  A copy of said document
is included with this source package.

 Requirements
--------------

 - an ANSI-compliant C compiler (preferably, GCC or one of its descendants)
 - X11R6 including header files (installed separately as "xdevel" or similar
   by some distributions)
 - the XPM library
 - wmpinboard is intended to be run on a hi-color (15bit or above) display

wmpinboard is known to compile and work on the following platforms:

 - Linux 2.0 through 2.2, various setups
 - FreeBSD 3.1

Reports about other platforms are always welcome.

 Installation
--------------

First, cd to the directory this file resides in.  There, do:

  $ xmkmf
  $ make

Then, as the root user, do:

  $ make install

This should build and install the program.  Unless you edit either Makefile,
the wmpinboard binary will be installed in "/usr/local/bin".  Alternatively,
you can manually copy the binary to a destination of your choice.

 Upgrading from earlier versions
---------------------------------

If you're upgrading to wmpinboard 0.7+ from an earlier version, existing notes
will get lost due to some major changes concerning its data file format.
You can avoid this by running the included PERL script as the user in
question beforehand:

  $ perl /path/to/wmpinboard.app/wmpb-convert.pl

