X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=67923328fbdea06d59374635c5a9191c978193d6;hb=2b7d60cb939a675c3a14b6dce8425fd4403dcf8c;hp=140fd00e0c76877ccc359322ba2d6cd5fbafce70;hpb=6af0f8f844c02f091612cc3c4e200b9a05e926a0;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/README.md b/README.md index 140fd00..6792332 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,10 @@ - Ubuntu 16.04 or later - Environment created using dali_env script in dali-core repository - - GCC version 6 + - GCC version 9 + - Cmake version 3.8.2 or later -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. +DALi requires a compiler supporting C++17 features. ### Building the Repository @@ -81,15 +78,12 @@ Before running make install as normal: ### Requirements - Ubuntu 16.04 or later - - GCC version 6 - Android DALi dependencies + - If you are behind a proxy, please set up the "http_proxy" and "https_proxy" environment variables appropriately + - Clone dali-core, dali-adaptor, dali-toolkit & android-dependencies to the same folder as dali-demo + - Android dependencies can be cloned from: https://github.com/dalihub/android-dependencies ### Building the Repository -To download Android DALi dependencies clone https://github.com/dalihub/android-dependencies -in your DALi folder (folder containing dali-demo). - - $ git clone https://github.com/dalihub/android-dependencies.git - To build the repository enter the 'build/android' folder: $ cd dali-demo/build/android