freeotp / jelling-linux

A FreeOTP token receiver for Linux
Apache License 2.0
72 stars 28 forks source link

jelling.c compiling error #1

Closed fazlerabbi37 closed 6 years ago

fazlerabbi37 commented 6 years ago

I was tying to run the jelling by following README.md instruction. At point 2, it states Start Jelling on your computer. by which I assumed compiling the jelling.c file with gcc and run the executable. Running gcc jelling.c returns a error saying jelling.c:32:28: fatal error: systemd/sd-bus.h: No such file or directory. compilation terminated.. After a few Google search I found a solve where issuing sudo apt install libsystemd-dev command was recommended. While sudo apt install libsystemd-dev solved the above mentioned error but left me with another one. I am linking the error message as it is quite a long one. What am I doing wrong?

Thanks in advance!

fazlerabbi37 commented 6 years ago

thanks !