X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=f1987699fff1bc8ee84ff9ffa9a39b11febbc146;hb=bb26a869505ea46d698a22ce64b5c39358d5f650;hp=42afb8dcd433afdf1e74fe31fd0883efe5579faa;hpb=880c3fef683f952d6fe64a7eeb1a83b34959c4ec;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/README.md b/README.md index 42afb8d..f198769 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ * [Building and executing test cases](#building-and-executing-test-cases) * [2. GBS Builds](#2-gbs-builds) * [DEBUG Builds](#debug-builds) + * [DS-5 Streamline Trace Builds](#ds-5-streamline-trace-builds) * [3. Building for MS Windows](#3-building-for-ms-windows) - * Build with the Visual Studio project. - * Build with CMake. + * [Build with the Visual Studio project](#build-with-the-visual-studio-project) + * [Build with CMake](#build-with-cmake) * [4. Building for MacOS](#4-building-for-macos) # Build Instructions @@ -57,6 +58,13 @@ See the README.md in dali-adaptor/automated-tests. $ gbs build -A [TARGET_ARCH] --define "%enable_debug 1" +### DS-5 Streamline Trace Builds + +By default, when using a GBS build, trace is enabled but Ttrace is used. +If you want to use DS-5 Streamline instead then do the following: + + $ gbs build -A [TARGET_ARCH] --define "%enable_streamline 1" + ## 3. Building for MS Windows Third party dependencies are built using vcpkg. Instructions on how to install vcpkg can be found in the