I have a libnfc
project that I compile with make-install
and run my file with ./xxx
Now I want to use json-c
in xxx.c
but a simple "#include <json/json.h>"
does not work. How can I access the json-c methods from xxx.c?
Thanks for your answers,
Sophie