diff options
author | Victor Cebollada <v.cebollada@samsung.com> | 2020-08-10 09:12:08 +0100 |
---|---|---|
committer | Victor Cebollada <v.cebollada@samsung.com> | 2020-08-10 11:50:14 +0100 |
commit | 02656ebcfc3e0ccfe311dee0fa01d686709619d4 (patch) | |
tree | 76b18ab640ab689ad75615220a2e135b0329a5d9 /README.md | |
parent | 48b01135a74a0a2241ee1bd1214de46c28b9ff3a (diff) | |
download | dali-demo-02656ebcfc3e0ccfe311dee0fa01d686709619d4.tar.gz dali-demo-02656ebcfc3e0ccfe311dee0fa01d686709619d4.tar.bz2 dali-demo-02656ebcfc3e0ccfe311dee0fa01d686709619d4.zip |
Specified C++17 standard for the CMake projects.
Change-Id: I063ee68f3c5e5abeea01198141e7082c0e080867
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -25,13 +25,9 @@ - Ubuntu 16.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 9 -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. +DALi requires a compiler supporting C++17 features. ### Building the Repository |