diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /dnssd/INSTALL | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
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
Diffstat (limited to 'dnssd/INSTALL')
-rw-r--r-- | dnssd/INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
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 + |