Created
February 12, 2016 12:46
-
-
Save alekpopovic/c76ca20e809c7558cd9c to your computer and use it in GitHub Desktop.
If you got following error during dnssd installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you got following error during dnssd installation | |
checking for dns_sd.h... no | |
unable to find dnssd header | |
*** extconf.rb failed *** | |
then you have to install few libraries: | |
sudo aptitude install libavahi-compat-libdnssd-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment