From f1da9ae508bd032f9d816e9aa82e1038148ad7ad Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 6 Apr 2017 13:10:31 -0300 Subject: [PATCH] Update README.md Building the externals targets isn't a may, but a must. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 312d0c944..ed2e9663d 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,10 @@ sh build.sh --target libs **Windows (experimental support only):** -***NOTE:*** Windows build support is still experimental. You may need to first build the externals target, then open the `GooglePlayServices.sln` in Visual Studio, rebuild it, build the clean target, and then continue on normally building whichever targets you like. This will ensure the appropriate files are downloaded and cached in your user's AppData folder. +***NOTE:*** Windows build support is still experimental. You need to first build the externals target, then open the `GooglePlayServices.sln` in Visual Studio, rebuild it, build the clean target, and then continue on normally building whichever targets you like. This will ensure the appropriate files are downloaded and cached in your user's AppData folder. ``` +powershell .\build.ps1 -Target externals powershell .\build.ps1 -Target libs ```