]> git.meshlink.io Git - catta/blobdiff - README
Fix compilation error caused by ACX_THREAD
[catta] / README
diff --git a/README b/README
index 3b0696e7bd42c60d07681966d8cd5b22f6d5d3e9..24d9cabca12840312c612c5fc076911d30c5e7fc 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,24 @@
-* Quick start guide:
-0) make sure you read the INSTALL file.
-1) start the deamon in background as root: avahi -D
-2) 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
-- starting it in background:   avahi -D
-- stopping it:                 avahi -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'.