Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 620 Bytes

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.