X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=17972bc1d33a98af416d932ec9094eea79ff064d;hb=ba5fc5cf00941c3a675fafbf187bd6b14d19d067;hp=b374d3ad5934ab5a6d98f6ac534d78decb900b6f;hpb=9d38b085d8a186cc7980a6f854492591353ddfe5;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/README.md b/README.md index b374d3a..17972bc 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,14 @@ To build the repository enter the 'build/tizen' folder: $ cd dali-core/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