From 3a6f93ec9d6ddcb7a316840a7182af26954bae65 Mon Sep 17 00:00:00 2001 From: Seb Leo <44522755+zadi15@users.noreply.github.com> Date: Sun, 1 Dec 2019 20:14:43 +0000 Subject: [PATCH] Update BUILD.md --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index ed59a5b3..fc6d9035 100644 --- a/BUILD.md +++ b/BUILD.md @@ -40,12 +40,12 @@ 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 \ libavcodec-dev libavformat-dev libavutil-dev \ - libsdl2-dev adb + libsdl2-dev # server build dependencies sudo apt install openjdk-8-jdk