unused / airstream

A command line tool for streaming to airplay-devices
628 stars 30 forks source link

Missing dnssd headers on windows #29

Open tristan-k opened 10 years ago

tristan-k commented 10 years ago

How to fix the missing dnssd headers on windows?

I installed the Bonjour SDK for Windows from https://developer.apple.com/downloads/index.action?q=Bonjour%20SDK%20for%20Windows# and specified the directories with

gem install dnssd -- --with-dnssd-dir=c:/progra~1/bonjou~1 --with-dnssd-lib=c:/progra~1/bonjou~1/lib/win32

But it still fails with

checking for dns_sd.h... no

Any suggestions?

unused commented 9 years ago

Hi @tristan-k - sorry for the late answer. I did not even try to run it on windows yet but I will soon have some time to take care for a lot of things and hopefully will have the time to add a setup tutorial for windows user too.