$ ./configure
$ make
$ su
$ make install

DISABLE FEATURE SUPPORT

The configure script allows you to disable support for various archive formats and compression algorithms. Run `configure --help' for details. Note that this support is provided through libarchive, and disabling support is simply for the purpose of reducing `link pollution'. (Refer to the libarchive documentation for more details.)

DEPENDENCIES

Archive Diff depends on libarchive, available under the BSD license from Google code <http://code.google.com/p/libarchive/>.

At present, the program also makes external calls to the "colordiff" program, available under the GPL-2 license from Sourceforge <http://colordiff.sourceforge.net/>, and the "rm" utility from coreutils. If you do not want to install "colordiff", you can call "archdiff" with the "-b" option and it will use the regular "diff" utility instead. (But that will drastically reduce the readability of the output.)

