From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- dnssd/INSTALL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dnssd/INSTALL (limited to 'dnssd/INSTALL') diff --git a/dnssd/INSTALL b/dnssd/INSTALL new file mode 100644 index 000000000..9722f975d --- /dev/null +++ b/dnssd/INSTALL @@ -0,0 +1,21 @@ +Installing Apple mDNSResponder: + +WARNING: this is NOT Howl's mDNSResponder and it does not come in Debian package called mdnsresponder. +You can see the difference by checking daemon's name: Apple's one (the correct one) is named 'mdnsd' +Howl's one is named 'mDNSResponder'. + +1) download mDNSResponder + - from Apple site (http://www.opensource.apple.com/darwinsource/tarballs/apsl/mDNSResponder-107.tar.gz) + - or you can get tarball from: http://helios.et.put.poznan.pl/~jstachow/pub/mDNSResponder-107.tar.gz + (for those who don't like registration) + +2) compile and install + Build system for mDNSResponder is quite weird so here are instructions: + + cd mDNSPosix + make os=linux (make without parameters gives list of supported systems) + now as root: + make os=linux install + + make sure that mdnsd.sh init script is properly installed and will be executed at boot time + -- cgit v1.2.1