From 684e0abb74cf2f5291d2c52bbf758e85f917a4d6 Mon Sep 17 00:00:00 2001 From: Seb Leo <44522755+zadi15@users.noreply.github.com> Date: Fri, 29 Nov 2019 22:36:23 +0000 Subject: [PATCH] Update BUILD.md to install adb package PR Signed-off-by: Romain Vimont --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 8801e5fc..fc6d9035 100644 --- a/BUILD.md +++ b/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 \