Just installed librsync using apt-get install librsync-dev
on ubuntu. I can link other libraries like this pkg-config --libs --cflags glib-2.0
but I can't find librsync
using pkg-config
. How can I link it?
UPDATE: I very new to C and all this compiling linking stuff. Just learned how to find and link using pkg-config. But this librsync seems to be developed using different thing.