Dependencies
------------
jsoncpp is required.

    On FreeBSD, you can just:

        pkg install jsoncpp

    On Ubuntu:

        apt-get install libjsoncpp-dev

    On OS X, I use macports.  With macports installed:

        port install jsoncpp

libDwm is required.  Get the latest from:

    http://www.mcplex.net/Software/Downloads

Build instructions
------------------

./configure
make

Installation
------------
There is no 'install' make target.  I prefer to create a package and
install it, in part to get the benefits of the native packaging utilities.
On OS X, FreeBSD and Ubuntu, you can:

    make package

This will create a native package in the current directory, which you can
install with the native package utility.  On OS X you can just open the
package file.  On FreeBSD, you can use 'pkg add <pkgfilename>' where
<pkgfilename> is the package file that was created with 'make package'.
On Ubuntu, you can use 'dpkg -i <pkgfilename>'.

Note that Ubuntu's packaging is sub-par; it doesn't honor uppercase letters
in a package name and rewrites the package name with all lowercase letters.
