Fix TAP output and summary.
[platform/upstream/cmocka.git] / README
diff --git a/README b/README
index 3829dae..b432e8e 100644 (file)
--- a/README
+++ b/README
@@ -10,5 +10,6 @@ doc/index.html.
 
 COMPILING
 ---------
-To compile the cmocka library and example applications run cmake /path/to/source
-followed by make. On Windows you can use the cmake gui.
+To compile the cmocka library and example applications run, create a build dir,
+and in the build dir call 'cmake /path/to/cmocka' followed by 'make'. On
+Windows you can use the cmake gui. More details can be found in the INSTALL file.