Rafael Rossi
Rafael Rossi
I'm willing to give it a try to a `xar` dependent fork of this project, for the people that want to compile `xar` themselves. Unless someone has already done that?...
vcf inherently accepts multiple cards in same file, each card is placed between `BEGIN:VCARD` and `END:VCARD`. So on your end you can just concatenate all files and it should work....
For some reason, my shell was not correctly seeting `PKG_CONFIG_PATH` using the proposed one line command. It solved for me to just split in to lines: ``` export PKG_CONFIG_PATH=path\to\lib\pkgconfig ./configure...