X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=b78598d7af052b7ec0a8e6fb6cad696c2a4ec78c;hb=d23a866297c9eadf8d8185321bdf3b565390dfe0;hp=17972bc1d33a98af416d932ec9094eea79ff064d;hpb=4afd29f71bfdcc03b31bf9e921b36988cfec631f;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/README.md b/README.md index 17972bc..b78598d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ * [NON-SMACK Targets](#non-smack-targets) * [SMACK enabled Targets](#smack-enabled-targets) * [DEBUG Builds](#debug-builds) + * [3. Building for MS Windows](#3-building-for-ms-windows) # Build Instructions @@ -91,3 +92,13 @@ See the README.md in dali-core/automated-tests. $ gbs build -A [TARGET_ARCH] --define "%enable_debug 1" +## 3. Building for MS Windows + +Third party dependencies are built using vcpkg. Instructions on how to install vcpkg can be found in the +vcpkg-script folder in the windows-dependencies repository. + +- Download the windows-dependencies repository from DaliHub + + $ git clone https://github.com/dalihub/windows-dependencies.git + +- Read the README.md and vcpkg-script/Readme.md files for more instructions on how to install and build the third-party dependencies. \ No newline at end of file