Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit d553cce

Browse files
committed
Fixed README commands for building
There were some incorrect argument usages which are now fixed.
1 parent f51841b commit d553cce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ The build script for this project uses [Cake](http://cakebuild.net). To run the
3939

4040
**Mac**:
4141
```
42-
sh build.sh -target libs
42+
sh build.sh --target libs
4343
```
4444

4545
**Windows (experimental support only)**:
4646

47-
***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.
47+
***NOTE:*** Windows build support is still experimental. You may need to first build the `externals` target, then open the `AndroidSupport.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.
4848

4949
```
5050
powershell .\build.ps1 -Target libs
@@ -63,7 +63,7 @@ The following targets can be specified:
6363

6464
***NOTE***: The `externals` build task may take awhile to run as it downloads several large dependencies.
6565

66-
You may want to consider passing `-verbosity diagnostic` to the bootstrapper to enable more verbose output, including downloading progress.
66+
You may want to consider passing `--verbosity diagnostic` (or `-Verbosity diagnostic` on Windows) to the bootstrapper to enable more verbose output, including downloading progress.
6767

6868

6969
### Working in Visual Studio / Xamarin Studio

0 commit comments

Comments
 (0)