Skip to content

Commit

Permalink
Update README.md for Windows on CLI Tool section
Browse files Browse the repository at this point in the history
  • Loading branch information
elviscapiaq committed Jan 15, 2025
1 parent 79e7368 commit c61ab17
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,17 @@ ninja install
```

And the libraries and CLI will be installed under the `install` folder.
Run `./dive_client_cli --help` for help.

On Windows, run:
```
./scripts/build_android.bat
```
To build the CLI, refer to the above section: Building Dive Host tool on Windows.

And the libraries will be installed under the `install` folder, but the CLI
will be under `./bin/Debug` or `./bin/Release` folder.

Run `./dive_client_cli --help` for help.
You can find out the device serial by run `adb devices` or by `./dive_client_cli --command list_device`

Examples:
Expand Down

0 comments on commit c61ab17

Please sign in to comment.