wmGrav Installation
===================

Requirements
------------
Window Maker - http://www.windowmaker.org/
docklib      - Included with Window Maker

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

Firstly ensure that you have installed docklib (at least version 0.2).  This is
included with recent versions of Window Maker, but is not installed by default.

To install docklib -

  Change to your Window Maker installation directory -
    cd /usr/src/WindowMaker-0.52.0 
 
  And unpack docklib -
    tar xfz docklib-0.2.tar.gz

Then change to the docklib directory and follow the instructions in the
INSTALL file, basically -
  cd docklib-0.2
  ./configure && make install

Now change to the wmgrav directory and compile wmgrav -
  cd wmgrav-0.1 && make

You can now su to root and type -
  make install

This will copy the wmgrav binary to /usr/local/bin, you should ensure that this
is in your path.
