Installation
============

Use Packages
------------
There are packages for Debian, Ubuntu, SLES, Redhat and Centos. Use them if
possible.

 - https://labs.consol.de/repo/

Prerequirements
---------------

You will need libgearman with at least version 0.14.
Building libgearman needs the uuid-dev and libevent-dev package.


Building
--------

 %> ./autogen.sh
 %> ./configure
 %> make
 %> make test
 %> make install

see the README for configuration examples.
