Skip to content

libvc/libvc

Repository files navigation

libvc

vCard (the Electronic Business Card) library. Fork of libvc, part of the Rolo project, which seems abandoned.

Original read me file provided in README.

Compilation

autoreconf -f -i
./configure
make
make install

Simple unit tests

make check

The unit tests in file run-tests need shUnit2.

Development

Note: if making changes, use

git update-index --assume-unchanged INSTALL

to avoid automatic changes to INSTALL making it into the git history.