X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=README.md;h=577398244ee362cf6efdbe5be86274dcffb5dba1;hp=0c203582e00a895c54501467a8f88a79c6910ab8;hb=716456f869528d22c2a9fac7d1d1f41a41aa439f;hpb=94e850baaef23523b6e0c56daefd7b34c50c8a2c diff --git a/README.md b/README.md index 0c20358..5773982 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,17 @@ ## 1. Building for Ubuntu desktop -### Minimum Requirements +### Requirements - Ubuntu 14.04 or later - Environment created using dali_env script in dali-core repository + - GCC version 6 + +DALi requires a compiler supporting C++11 features. +Ubuntu 16.04 is the first version to offer this by default (GCC v5.4.0). + +GCC version 6 is recommended since it has fixes for issues in version 5 +e.g. it avoids spurious 'defined but not used' warnings in header files. ### Building the Repository @@ -27,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