X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=README;h=24d9cabca12840312c612c5fc076911d30c5e7fc;hp=832874ce9ed3f2de4acf7e3e90048c9be2156136;hb=HEAD;hpb=7fd720fcb51b7d1e7dd8dc8915f47ffc3f11edad diff --git a/README b/README index 832874c..24d9cab 100644 --- a/README +++ b/README @@ -1,34 +1,24 @@ -AVAHI SERVICE DISCOVERY SUITE +A stripped-down version of the Avahi service discovery suite +containing only the common and core components -WEB SITE: - http://avahi.org/ -GIT: - git://git.0pointer.de/avahi.git +TO BUILD FROM GIT: -GITWEB: - http://git.0pointer.de/?p=avahi.git;a=summary +autoreconf # first time +./configure +make -MAILING LIST: - http://lists.freedesktop.org/mailman/listinfo/avahi +requires: libtool, pkgconfig, autoconf, automake -GIT COMMITS MAILING LIST: - https://tango.0pointer.de/mailman/listinfo/avahi-commits -TRAC TICKET CHANGES MAILING LIST: - https://tango.0pointer.de/mailman/listinfo/avahi-tickets +TO BUILD THE API DOCUMENTATION: -IRC: - #avahi on irc.freenode.org +make doxygen-doc -CIA: - http://cia.navi.cx/stats/project/avahi +requires: doxygen -FRESHMEAT: - http://freshmeat.net/projects/avahi/ -OHLOH: - http://www.ohloh.net/projects/avahi/ +CONFIGURE SWITCHES: -AUTHORS: - Several +--enable-tests +build some test programs, including those for 'make check'.