*** Quick install instructions (tested on debian/ubuntu only!) *** While "make" and "boostrap.sh" may be run as normal users all other commands need to be run is root. $ ./bootstrap.sh (this will run autoconf/automake) $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var $ make # make install # addgroup --system avahi # adduser --system --no-create-home --ingroup avahi avahi (These commands are Debian specific and may be different on other distributions) # kill -HUP `cat /var/run/dbus/pid` (This will ask DBUS to re-read its policies) # /etc/dbus-1/event.d/75avahi-daemon start - To automatically start avahi-dnsconfd on Debian based distro: # update-rc.d avahi-dnsconfd defaults 25 15 $Id$