Commit 913b0399d355c7932550d2c0eea027241da35f3d
[dali_1.3.50] Merge branch 'devel/master'
Change-Id: Iede0decea55feae95e0ddef6cd1a70cf2e4b9825
Showing
2 changed files
with
9 additions
and
2 deletions
README.md
| @@ -17,10 +17,17 @@ | @@ -17,10 +17,17 @@ | ||
| 17 | 17 | ||
| 18 | ## 1. Building for Ubuntu desktop | 18 | ## 1. Building for Ubuntu desktop |
| 19 | 19 | ||
| 20 | -### Minimum Requirements | 20 | +### Requirements |
| 21 | 21 | ||
| 22 | - Ubuntu 14.04 or later | 22 | - Ubuntu 14.04 or later |
| 23 | - Environment created using dali_env script in dali-core repository | 23 | - Environment created using dali_env script in dali-core repository |
| 24 | + - GCC version 6 | ||
| 25 | + | ||
| 26 | +DALi requires a compiler supporting C++11 features. | ||
| 27 | +Ubuntu 16.04 is the first version to offer this by default (GCC v5.4.0). | ||
| 28 | + | ||
| 29 | +GCC version 6 is recommended since it has fixes for issues in version 5 | ||
| 30 | +e.g. it avoids spurious 'defined but not used' warnings in header files. | ||
| 24 | 31 | ||
| 25 | ### Building the Repository | 32 | ### Building the Repository |
| 26 | 33 |
packaging/com.samsung.dali-demo.spec
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | Name: com.samsung.dali-demo | 3 | Name: com.samsung.dali-demo |
| 4 | Summary: The OpenGLES Canvas Core Demo | 4 | Summary: The OpenGLES Canvas Core Demo |
| 5 | -Version: 1.3.49 | 5 | +Version: 1.3.50 |
| 6 | Release: 1 | 6 | Release: 1 |
| 7 | Group: System/Libraries | 7 | Group: System/Libraries |
| 8 | License: Apache-2.0 | 8 | License: Apache-2.0 |