debauchee / barrier

Open-source KVM software
Other
27.52k stars 1.51k forks source link

avahi-compat-libdns_sd #2028

Open leemcchesneyclarkgmailcom opened 7 months ago

leemcchesneyclarkgmailcom commented 7 months ago

What happened?

when running ./clean_build.sh or sudo ./clean_build.sh i get this error at the end CMake Error at /usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found:

Call Stack (most recent call first):
/usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal)
CMakeLists.txt:177 (pkg_check_modules)

Im on kali linux latest and just want to know how to get this to be fixed so i caan get barrier up and running btw im not that techy so go easy on me.

Version

v2.0.0-RC1

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

i installed it from source

What OSes are you seeing the problem on? (Check all that apply)

Linux

What OS versions are you using?

kali linux latest

Relevant log output

No response

Any other information

No response

novojitsaha commented 4 months ago

I had the same issue. I installed that package with sudo apt-get install libavahi-compat-libdnssd-dev and I was able to build it after that. Hope this helps :)