]> git.meshlink.io Git - catta/blob - README
put some useful info into the README
[catta] / README
1 A stripped-down version of the Avahi service discovery suite
2 containing only the common and core components
3
4
5 TO BUILD FROM GIT:
6
7 ./bootstrap
8 ./configure
9 make
10
11 requires: libtool, pkgconfig, autoconf, automake
12
13
14 TO BUILD THE API DOCUMENTATION:
15
16 make doxygen-doc
17
18 requires: doxygen
19
20
21 CONFIGURE SWITCHES:
22
23 --enable-tests
24 build some stuff for 'make check'.
25
26 --enable-core-docs
27 include files from 'avahi-core' when building the doxygen docs.