Build
=====

 # ./autogen.sh && ./configure && make

For information on configuration options see:

 # ./configure --help

Install
=======

 # make install

Build RPMs
==========

 # make rpm

or without python3 support:

 # make rpm RPMBUILD_ARGS="--without python3"

Build debs
==========

 # make deb

or without python3 support:

 # make deb WITHOUT_PYTHON3=1
