]> git.meshlink.io Git - catta/blobdiff - README
call ./configure from bootstrap.sh
[catta] / README
diff --git a/README b/README
index 3efe4fb8aa89744e70dd24ff29fc96dacb21b391..1233fd772cd299704830e8a1073d20cc9dab02d5 100644 (file)
--- a/README
+++ b/README
@@ -4,9 +4,10 @@ containing only the common and core components
 
 TO BUILD FROM GIT:
 
-./bootstrap
-./configure
+./bootstrap         # first time
+./configure ...     # if other flags desired
 make
+make check          # to run some tests
 
 requires: libtool, pkgconfig, autoconf, automake
 
@@ -21,7 +22,7 @@ requires: doxygen
 CONFIGURE SWITCHES:
 
 --enable-tests
-build some stuff for 'make check'.
+build some test programs, including those for 'make check'.
 
 --enable-core-docs
 include files from 'avahi-core' when building the doxygen docs.