1To install this software you need the following libraries installed:
2- libpopt
3- zlib
4
5You also need autotools (autoconf and automake).
6First, run './autogen.sh'.
7Then just do a './configure', 'make' and
8if you want to install it also 'make install'.
9
10In standard configuration the binary will be installed in /usr/local/bin. You
11can change the prefix and DESTDIR in the Makefile.
12