Getting the source from the CVS repository

The complete source can be obtained from the CVS repository, see the instructions at the zimg CVS page at sourceforge.

compiling from CVS.  Compiling from CVS needs the automake, autoconf and libtool tools. The command

    # ./autogen.sh
does the necessary steps aclocal, autoheader, automake and autoconf automatically and then invokes autoconf with eventually supplied arguments. If autogen.sh succeeds, you can just proceed by typing
    # make
    # make install
see also the section about compiling zimg from source