]> git.meshlink.io Git - catta/commitdiff
some basic INSTALL and README instructions
authorSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 21 Jun 2005 11:14:03 +0000 (11:14 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 21 Jun 2005 11:14:03 +0000 (11:14 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@135 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

INSTALL [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..3b0696e
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+* Quick start guide:
+0) make sure you read the INSTALL file.
+1) start the deamon in background as root: avahi -D
+2) start the Gui to browse zeroconf network as your user: avahi-discover
+
+
+* Basic instructions to control the avahi deamon (as root):
+- starting it:                 avahi
+- starting it in background:   avahi -D
+- stopping it:                 avahi -k