BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

support pkg-config? #22

Closed ThomasWaldmann closed 5 years ago

ThomasWaldmann commented 5 years ago

it seems to be the standard way how to determine location of header/library files, library names, etc.:

https://en.wikipedia.org/wiki/Pkg-config

ThomasWaldmann commented 5 years ago

ping?

sneves commented 5 years ago

Pong. I'm not familiar with this pkg-config stuff, but I'd take a pull request with one.

ThomasWaldmann commented 5 years ago

I'm not familiar with it either.

It was just suggested in the borgbackup ticket (see link above) and I noticed all lib dependencies of borg support pkg-config, except libb2.

RonnyPfannschmidt commented 5 years ago

i just saw the comment on borg - i googled for a simple howto and it seems https://lists.freedesktop.org/archives/pkg-config/2007-August/000219.html does the trick, i will try to do it on the weekend but the toddler takes priority

ThomasWaldmann commented 5 years ago

thanks for doing a release with this!