 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 recommended to be run on a hi-color (15bit or above) display

wmpinboard has reportedly been successfully compiled on the following
platforms:

 - Linux 2.0.x through 2.2.x, various setups
 - FreeBSD 3.1
 - Solaris 2.6

Reports about other platforms are always welcome.

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

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

  $ xmkmf -a
  $ make

Then, as the root user, do:

  $ make install

This should build and install the program.  Unless you edit either 
Makefile, both the binary and the man page will be installed under 
"/usr/local".  Alternatively, you can manually copy the files to 
destinations of your choice.

Note: You might want to check the file "features.h" and modify it to 
adjust some compile-time settings to your preferences before compiling 
the program.

 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

