Closed jyte closed 5 years ago
try to install krdc-devel, krdc-libs packages
I could not find any deb package related to that.
However, I still managed to get the compilation done by downloading the krdc-devel rpm file matching the version of libkrdccore.so
and manually extracted the content of usr/include
onto my system in /usr/include
.
I don't know if that was the best way to go however.
Hello,
I have been trying to compile
qt-virt-manager
on my kubuntu 18.04, but no luck so far.I first had trouble mentioned in #36 and managed to get over it by creating a file
libutf8proc.pc
in/usr/lib/x86_64-linux-gnu/pkgconfig
.File is like so
Which is basically what comes from the deb file of ubuntu 19.10 and I only updated the version to match the dpkg output version.
Now I am stuck with KRDC dependencies. I have
libkrdccore.so.5
installed on my system in/usr/lib/x86_64-linux-gnu
, and also tried to create a symlinklibkrdccore.so
tolibkrdccore.so.5
, but no luck so far.here is the cmake output
Any help appreciated.