X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=README.md;h=577398244ee362cf6efdbe5be86274dcffb5dba1;hp=01c32a9b9300c149a76e2d2ccd01c6239fe6c9c9;hb=8c05c03d67052b7342afa877cf8381832fe59834;hpb=ed980a3b418d7a235d4774b786d84974421650fd diff --git a/README.md b/README.md index 01c32a9..5773982 100644 --- 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