Commit 913b0399d355c7932550d2c0eea027241da35f3d

Authored by adam.b
2 parents 37a13b8c c021ec3c

[dali_1.3.50] Merge branch 'devel/master'

Change-Id: Iede0decea55feae95e0ddef6cd1a70cf2e4b9825
README.md
... ... @@ -17,10 +17,17 @@
17 17  
18 18 ## 1. Building for Ubuntu desktop
19 19  
20   -### Minimum Requirements
  20 +### Requirements
21 21  
22 22 - Ubuntu 14.04 or later
23 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 32 ### Building the Repository
26 33  
... ...
packaging/com.samsung.dali-demo.spec
... ... @@ -2,7 +2,7 @@
2 2  
3 3 Name: com.samsung.dali-demo
4 4 Summary: The OpenGLES Canvas Core Demo
5   -Version: 1.3.49
  5 +Version: 1.3.50
6 6 Release: 1
7 7 Group: System/Libraries
8 8 License: Apache-2.0
... ...