Simplify README for Windows users

So that users stop downloading platform-tools unnecessarily.
master
Romain Vimont 8 years ago
parent 49b2e63d13
commit 280891837e

@ -14,12 +14,7 @@ The Android part requires at least API 21 (Android 5.0).
You need [adb]. It is available in the [Android SDK platform You need [adb]. It is available in the [Android SDK platform
tools][platform-tools], or packaged in your distribution (`android-adb-tools`). tools][platform-tools], or packaged in your distribution (`android-adb-tools`).
On Windows, if you use the [prebuilt application](#windows), it is already On Windows, just [download scrcpy for Windows](#windows), `adb` is included.
included. Otherwise, just download the [platform-tools][platform-tools-windows]
and extract the following files to a directory accessible from your `PATH`:
- `adb.exe`
- `AdbWinApi.dll`
- `AdbWinUsbApi.dll`
Make sure you [enabled adb debugging][enable-adb] on your device(s). Make sure you [enabled adb debugging][enable-adb] on your device(s).
@ -94,6 +89,12 @@ For Windows, for simplicity, prebuilt archives with all the dependencies
Instead, you may want to build it manually. Instead, you may want to build it manually.
In that case, download the [platform-tools][platform-tools-windows] and extract
the following files to a directory accessible from your `PATH`:
- `adb.exe`
- `AdbWinApi.dll`
- `AdbWinUsbApi.dll`
##### Cross-compile from Linux ##### Cross-compile from Linux
This is the preferred method (and the way the release is built). This is the preferred method (and the way the release is built).

Loading…
Cancel
Save