Update BUILD.md to install adb package

PR <https://github.com/Genymobile/scrcpy/pull/965>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Seb Leo 2019-11-29 22:36:23 +00:00 committed by Romain Vimont
parent 86fcd89d80
commit 684e0abb74

View file

@ -40,7 +40,7 @@ Install the required packages from your package manager.
```bash
# runtime dependencies
sudo apt install ffmpeg libsdl2-2.0-0
sudo apt install ffmpeg libsdl2-2.0-0 adb
# client build dependencies
sudo apt install gcc git pkg-config meson ninja-build \