X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=17972bc1d33a98af416d932ec9094eea79ff064d;hb=f51a9f0233e418ba4a603cf66d2676b753a6cb81;hp=98db87914dc25e962f0ce19e92024753169480b1;hpb=aa7296410bca7152e7ba9980dc35bd94651b59c6;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/README.md b/README.md index 98db879..17972bc 100644 --- a/README.md +++ b/README.md @@ -63,26 +63,15 @@ 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: - $ autoreconf --install - $ ./configure --prefix=$DESKTOP_PREFIX - $ make install -j8 - -### Build target options - -OpenGL ES context: + $ cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX . -When building, the OpenGL ES version of the target should be specified. +If a Debug build is required, then add -DCMAKE_BUILD_TYPE=Debug -Valid version options are 20, 30, 31 - -With configure: -Add: *--enable-gles=X* - -With gbs: -Add to the gbs build line: *--define "%target_gles_version X"* +To build run: + $ make install -j8 ### Building and executing test cases