Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Building the externals targets isn't a may, but a must.
  • Loading branch information
kzu committed Apr 6, 2017
1 parent 8d52f73 commit f1da9ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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
```

Expand Down

0 comments on commit f1da9ae

Please sign in to comment.