Skip to content

libvc/rolo

Repository files navigation

rolo

vCard viewer and editor. Fork of the Rolo project by Andrew Hsu, which seems abandoned.

Original read me file provided in README.

You may also be interested in khard, an "address book for the Linux console" which can read and write vCard files stored locally.

Compilation

autoreconf -f -i
./configure
make
make install

If shunit2 is installed on the system, then the unit tests will be exercised.