Skip to content

Commit

Permalink
Fix: Updated official Apple mDNS SDK to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cadesalaberry committed Nov 14, 2013
1 parent 3b70f50 commit d466802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ resulting in [a fork](https://github.com/benvanik/node_mdns).
If you're running node on FreeBSD (or maybe Linux) you may get errors during
install about a missing dns_sd.h file. If so, install the Apple mDNS SDK:

wget http://www.opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-333.10.tar.gz
tar zxvf mDNSResponder-333.10.tar.gz
wget http://www.opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-522.1.11.tar.gz
tar zxvf mDNSResponder-522.11.tar.gz
cd mDNSResponder-333.10/mDNSPosix/
sudo gmake os=freebsd install

Expand Down

0 comments on commit d466802

Please sign in to comment.