X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=dd187451e6100e213f73d847a88c03754210b818;hb=cd320a0d23f1e8db975021f71837e4523b5894a5;hp=e653068dd4f62441780fa2fce77ff75ff3cd9c9f;hpb=dc996235ed9d5a4b75c01d05834dc6de73b5d921;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/README.md b/README.md index e653068..dd18745 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ * [3. Building for MS Windows](#3-building-for-ms-windows) * Build with the Visual Studio project. * Build with CMake. + * [DALi Scene Loader](#dali-scene-loader) # Build Instructions @@ -24,6 +25,7 @@ - Ubuntu 16.04 or later - Environment created using dali_env script in dali-core repository - GCC version 9 + - Cmake version 3.8.2 or later DALi requires a compiler supporting C++17 features. @@ -108,3 +110,7 @@ vcpkg-script folder in the windows-dependencies repository. - INSTALL_CMAKE_MODULES ---> Whether to install the CMake modules (Used by the CMake command find_package() to find previously installed libraries). - ENABLE_DEBUG ---> Whether to build with debug enabled. - USE_DEFAULT_RESOURCE_DIR ---> Whether to use the default resource folders. Otherwise set environment variables for DALI_IMAGE_DIR, DALI_SOUND_DIR, DALI_STYLE_DIR, DALI_STYLE_IMAGE_DIR and DALI_DATA_READ_ONLY_DIR + +# DALi Scene Loader + +For information about the DALi Scene Loader library, refer to dali-scene-loader/README.md. \ No newline at end of file