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 operation- Tools to decompress files and archives:
tar
,gzip
,bzip2
,xz
andunzip
Some configuration can be done in Makefile.in:
- Path
PREFIX
(default/usr/local
) is prepended for each file to install and for searching the librarylibavlbst
. If this library is used and is not installed in thePREFIX
tree,INCDIR
andLIBDIR
need to be adjusted. - The manpage is installed in
${MANDIR}/man1
. Default forMANDIR
is${PREFIX}/share/man
. On some systems this might better be changed to${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.