I found my problem in issues, but I don't know how link in CLion
you need to link with -lnfc
I using gcc -o readerpnv main.c -lnfc
, but honestly I don't like this way.
I try add -lnfc
to build options, he wrote Unknown argument -lnfc
P.S. I'm new in C, please write in more detail, thanks