X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=b374d3ad5934ab5a6d98f6ac534d78decb900b6f;hb=3b9e12cdf31fada3c0a57e62a0bbcde35621f589;hp=220f0ba8aab11538c3ff168f1e79a01857e2cd31;hpb=853600b419feddf78277218a1145fe3e26c8b3af;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/README.md b/README.md index 220f0ba..b374d3a 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,17 @@ ## 1. Building for Ubuntu desktop -### Minimum Requirements +### Requirements - Ubuntu 14.04 or later + - 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. + ### Creating a DALi Environment @@ -61,21 +69,6 @@ Then run the following commands: $ ./configure --prefix=$DESKTOP_PREFIX $ make install -j8 -### Build target options - -OpenGL ES context: - -When building, the OpenGL ES version of the target should be specified. - -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"* - - ### Building and executing test cases See the README.md in dali-core/automated-tests.