Can't compile under Fedora. When it gets to /lib/ folder it throws this fatal error:
compiling yubikeyutil.cpp
yubikeyutil.cpp:30:10: fatal error: yubikey.h: No such file or directory
#include <yubikey.h>
^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:250: yubikeyutil.o] Error 1
Indeed, there is no such header file in libs folder. There is only yubikeyutil.h
Tried to compile using g++.
Steps I took: cloned this repo - ran qmake-qt4 && make as instructed by readme.
Can't compile under Fedora. When it gets to /lib/ folder it throws this fatal error:
Indeed, there is no such header file in libs folder. There is only
yubikeyutil.h
Tried to compile using g++. Steps I took: cloned this repo - ranqmake-qt4 && make
as instructed by readme.