Text terminal directory diff tool
For information on vddiff
please visit the
project web page.
The source code is downloaded with
git clone https://github.com/n-t-roff/vddiff.git
and can be updated with
git pull
(latest changes are notified in the
change log).
It is suggested (but not required) to install
the speed optimized AVL library
libavlbst.
Further run time dependencies are:
less
for viewing text file contentsvim
for the file diff and merging operationtar
, gzip
, bzip2
, xz
and unzip
Some configuration can be done in
Makefile.in:
PREFIX
(default /usr/local
) is prependedlibavlbst
.PREFIX
tree,INCDIR
and LIBDIR
need to be adjusted.${MANDIR}/man1
.MANDIR
is ${PREFIX}/share/man
.${PREFIX}/man
.vddiff
is build and installed with
$ ./configure
$ make
$ su
# make install
# exit
$ make distclean
Please report problems and feature requests on the
issue list
or write a mail to troff@arcor.de
in case of any question or suggestion.