]> git.meshlink.io Git - catta/blob - README
call ./configure from bootstrap.sh
[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         # first time
8 ./configure ...     # if other flags desired
9 make
10 make check          # to run some tests
11
12 requires: libtool, pkgconfig, autoconf, automake
13
14
15 TO BUILD THE API DOCUMENTATION:
16
17 make doxygen-doc
18
19 requires: doxygen
20
21
22 CONFIGURE SWITCHES:
23
24 --enable-tests
25 build some test programs, including those for 'make check'.
26
27 --enable-core-docs
28 include files from 'avahi-core' when building the doxygen docs.