summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a004758
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,10 @@
+* Quick install instructions (tested on debian/ubuntu only!)
+./bootstrap.sh
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+make
+make install
+/etc/init.d/dbus-1 restart
+
+* Note:
+On other linux distributions, the dbus initscript may be different (eg redhat /etc/init.d/messagebus).
+You need to restart dbus to make it knows about /etc/dbus-1/system.d/avahi-dbus.conf . \ No newline at end of file