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?
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 sayingjelling.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 issuingsudo apt install libsystemd-dev
command was recommended. Whilesudo 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!