]> git.meshlink.io Git - catta/blob - docs/README
* Update README with new svn location
[catta] / docs / README
1 Avahi is a free, LGPL mDNS/DNS-SD implementation.
2
3 Copyright 2004, 2005 by the Avahi developers.
4
5         http://www.freedesktop.org/Software/Avahi
6
7 Avahi has a mailing list:
8
9         http://lists.freedesktop.org/mailman/listinfo/avahi
10
11 You have a chance to meet the developers on
12
13         #avahi on irc.freenode.org
14
15 Please report bugs to the freedesktop.org bugzilla:
16
17         http://bugs.freedesktop.org/
18
19 Avahi's SVN repository is freely accessible:
20
21         svn checkout svn://svn.0pointer.de/avahi/trunk avahi
22
23         http://0pointer.de/cgi-bin/viewcvs.cgi/?root=avahi
24
25 Avahi has the following requirements:
26         - glib2
27         - expat
28         - libdaemon (http://0pointer.de/lennart/projects/libdaemon/)
29         - Linux 2.4 or 2.6
30         - DBUS 0.3x (optional, if you disable this, the daemon is not
31           accessible over IPC to other applications!)
32         - gtk2 + glade (optional, needed for avahi-discover-standalone)
33         - doxygen (optional, needed for he API documentaton)
34         - Python 2.4, pygtk2 (optional, needed by all client tools)
35         - python-twisted (optional, needed by avahi-bookmarks)
36
37 Please make sure to read the currently available documentation for avahi before
38 asking for support on the mailing list:
39
40         - INSTALL
41         - Man pages
42         - Homepage http://www.freedesktop.org/Software/Avahi
43         - Mailing list archive http://lists.freedesktop.org/archives/avahi/
44
45
46 $Id$