]> git.meshlink.io Git - catta/blob - README
Fix compilation error caused by ACX_THREAD
[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 autoreconf          # first time
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 test programs, including those for 'make check'.