X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=8b34835149d4ad1b693bbcb4dd28a5bb6d135d63;hb=4347c0a57301a960e13a0f7bb94012360162d598;hp=5fc589af2144ebc43217e983b947507329258d2c;hpb=b8b26776a7fe31ad21213b260a2c8f3b6d795213;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git diff --git a/README.md b/README.md index 5fc589a..8b34835 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,18 @@ T.O.C. 2. Building for Ubuntu desktop ============================== -2.1. Minimum Requirements +2.1. Requirements ------------------------ - - Ubuntu 14.04 + - Ubuntu 14.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 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. 2.2. Building the Repository ----------------------------