(patch-coverage.pl) Ignore header files that yield no coverage
[platform/core/uifw/dali-toolkit.git] / README.md
index 01c32a9..5773982 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,10 +34,14 @@ To build the repository enter the 'build/tizen' folder:
 
          $ cd dali-toolkit/build/tizen
 
-Then run the following commands:
+Then run the following command to set up the build:
+
+         $ cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX .
+
+If a Debug build is required, then add -DCMAKE_BUILD_TYPE=Debug
+
+To build run:
 
-         $ autoreconf --install
-         $ ./configure --prefix=$DESKTOP_PREFIX
          $ make install -j8
 
 ### Building and executing test cases