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:
parent
86fcd89d80
commit
684e0abb74
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue