Commit 338b64fe4dde5835d3809a949c2172efa8e23697
1 parent
9c90024e
Advice about compiler versions in README requirements section
Change-Id: Id6d9e3d92663b82d0aad9024a4c210774323ceec
Showing
1 changed file
with
8 additions
and
1 deletions
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 | ... | ... |