X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=README;h=eba8f3cf57f82ad951ad79fccff1f0c0144c0ed7;hb=4d83da07cdbe3cb768bc56f543ee9396b14fb48a;hp=dfaf4099ed29ff206092e01d201ec8fcd5b3de4f;hpb=0fd38394c5206b332bb2b548576b8df49f2bbab1;p=catta diff --git a/README b/README index dfaf409..eba8f3c 100644 --- a/README +++ b/README @@ -1,11 +1,27 @@ -* Quick start guide: -0) make sure you read the INSTALL file. -1) start the deamon in background as root: avahi-daemon -D -Or (You shouldn't start avahi-daemon and avahi-discover at the same time.) -1) start the Gui to browse zeroconf network as your user: avahi-discover +A stripped-down version of the Avahi service discovery suite +containing only the common and core components -* Basic instructions to control the avahi deamon (as root): -- starting it: avahi-daemon -- starting it in background: avahi-daemon -D -- stopping it: avahi-daemon -k +TO BUILD FROM GIT: + +autoreconf # first time +./configure +make + +requires: libtool, pkgconfig, autoconf, automake + + +TO BUILD THE API DOCUMENTATION: + +make doxygen-doc + +requires: doxygen + + +CONFIGURE SWITCHES: + +--enable-tests +build some test programs, including those for 'make check'. + +--enable-core-docs +include files from 'avahi-core' when building the doxygen docs.