Prerequesites:
- a c++ compiler
- an STL implementation

1) ./configure
   options: --prefix=/path/.../ 
                set a different installation directory than /usr/local/sbin
            --enable-debug
                enable debugging messages

2) make
3) make install

If you don't like the software:
4) make uninstall

If you want to let non-root users use the software:
5) make install-suidroot
This will install the binary as a suid root program. Note that this
might be a security risk!
